From fa325e9b42b0bdfb48857d1958d9fb7ceac55151 Mon Sep 17 00:00:00 2001 From: Dan Cross Date: Fri, 10 Jan 2020 14:44:21 +0000 Subject: Trivial changes: whitespace and modes. Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross --- src/libdiskfs/ffs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libdiskfs/ffs.h') diff --git a/src/libdiskfs/ffs.h b/src/libdiskfs/ffs.h index 6a5a387d..d7881f15 100644 --- a/src/libdiskfs/ffs.h +++ b/src/libdiskfs/ffs.h @@ -40,7 +40,7 @@ enum FSMAGIC = 0x011954, FSMAGIC2 = 0x19540119, FSCHECKSUM = 0x7c269d38, - + /* Fsblk.inodefmt */ FS42INODEFMT = -1, FS44INODEFMT = 2, @@ -341,4 +341,3 @@ struct Ffs Disk *disk; }; - -- cgit v1.2.3