Clean up various whitespace and fix one header guard.

This commit is contained in:
Michael Lotz
2015-08-02 23:19:07 +02:00
parent 31afee2773
commit f9a8f3e727
7 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#define CACHE_MODULES_NAME "file_cache"
#define FILE_CACHE_SEQUENTIAL_ACCESS 0x01
#define FILE_CACHE_LOADED_COMPLETELY 0x02
#define FILE_CACHE_LOADED_COMPLETELY 0x02
#define FILE_CACHE_NO_IO 0x04
struct cache_module_info {