diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-11-26 16:23:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-11-26 16:23:29 +0000 |
commit | d8bea1eb3f806adb8276a4e72aa09fe0bea810d3 (patch) | |
tree | f88f01d1836a11e6e44642a45d9d8704f42bea27 /sys/ufs | |
parent | 7f6450860535ac26cbe31dea6d04bad62e4f927b (diff) |
Yet another useless indentation fix (I don't like 'M' in my cvs updates).
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ufs/dir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index b16c9a9256d..8c89cd54dc5 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dir.h,v 1.6 1997/05/30 08:34:56 downsj Exp $ */ +/* $OpenBSD: dir.h,v 1.7 1999/11/26 16:23:28 art Exp $ */ /* $NetBSD: dir.h,v 1.8 1996/03/09 19:42:41 scottr Exp $ */ /* @@ -48,7 +48,7 @@ * Theoretically, directories can be more than 2Gb in length, however, in * practice this seems unlikely. So, we define the type doff_t as a 32-bit * quantity to keep down the cost of doing lookup on a 32-bit machine. -*/ + */ #define doff_t int32_t #define MAXDIRSIZE (0x7fffffff) |