diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-08 11:26:42 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-09 14:47:24 +0100 |
commit | 057c04d1157322c235872e412bcc22487858c5af (patch) | |
tree | 1a08d7929b21859985ece910175e72a82fe258c7 /fatfs | |
parent | 218cae5a714342b5d82a5b004d58f0a9ebbbfe5e (diff) |
Normalize whitespace at the end of each file to '\n'
Some files were not normalized. In console/motd.UTF8 the additional
newline is intentional. Empty files were excluded as well.
Diffstat (limited to 'fatfs')
-rw-r--r-- | fatfs/fatfs.h | 1 | ||||
-rw-r--r-- | fatfs/virt-inode.c | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/fatfs/fatfs.h b/fatfs/fatfs.h index 06955a4a..9d385463 100644 --- a/fatfs/fatfs.h +++ b/fatfs/fatfs.h @@ -125,4 +125,3 @@ void fat_to_unix_filename (const char *, char *); error_t diskfs_cached_lookup_in_dirbuf (int cache_id, struct node **npp, vm_address_t buf); void refresh_node_stats (void); - diff --git a/fatfs/virt-inode.c b/fatfs/virt-inode.c index 5d134b00..71381699 100644 --- a/fatfs/virt-inode.c +++ b/fatfs/virt-inode.c @@ -227,9 +227,3 @@ vi_key_t vi_free(inode_t v_inode) pthread_spin_unlock (&inode_table_lock); return key; } - - - - - - |