summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/shared/include/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/shared/include/cache.h')
-rw-r--r--c/src/lib/libcpu/shared/include/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/shared/include/cache.h b/c/src/lib/libcpu/shared/include/cache.h
index 8a1f2c07ba..7bae1259ec 100644
--- a/c/src/lib/libcpu/shared/include/cache.h
+++ b/c/src/lib/libcpu/shared/include/cache.h
@@ -1,6 +1,6 @@
/*
* libcpu Cache Manager Support
- *
+ *
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -13,7 +13,7 @@
* They provide the processor specific actions to take for
* implementing most of the RTEMS Cache Manager directives,
* and should only ever be called by these directives.
- *
+ *
* The API for the RTEMS Cache Manager can be found in
* c/src/exec/rtems/include/rtems/rtems/cache.h
*