diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-10-23 10:45:32 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-10-23 10:45:32 +0000 |
commit | f852f8d6b2b936446604c54ea36c48683ec02524 (patch) | |
tree | 09470853b5f2df94ebe93e36059e16ee9b3b3d8a /sys/msdosfs/fat.h | |
parent | 8cdb601644d6527c19fa7cee8a0875962c3e46a8 (diff) |
Nuke a bunch of leading/embedded/trailing whitespace so the code can be
read without generating spurious headaches.
Diffstat (limited to 'sys/msdosfs/fat.h')
-rw-r--r-- | sys/msdosfs/fat.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/msdosfs/fat.h b/sys/msdosfs/fat.h index 3b698c83f20..1fd12af89d9 100644 --- a/sys/msdosfs/fat.h +++ b/sys/msdosfs/fat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fat.h,v 1.10 2013/06/11 16:42:16 deraadt Exp $ */ +/* $OpenBSD: fat.h,v 1.11 2015/10/23 10:45:31 krw Exp $ */ /* $NetBSD: fat.h,v 1.11 1997/10/17 11:23:49 ws Exp $ */ /*- @@ -34,17 +34,17 @@ */ /* * Written by Paul Popelka (paulp@uts.amdahl.com) - * + * * You can do anything you want with this software, just don't say you wrote * it, and don't remove this notice. - * + * * This software is provided "as is". - * + * * The author supplies this software to be publicly redistributed on the * understanding that the author is not responsible for the correct * functioning of this software in any circumstances and is not liable for * any damages caused by this software. - * + * * October 1992 */ |