summaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-25 20:48:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-25 20:48:32 +0000
commit305f34739c113d849baca339cefcbf6faacfd349 (patch)
treeaf5ea59c60d9eb5555c4b33cf2d71827171d4b0d /usr.bin/find
parent98a727c3af81ac9dde91d9967d226f36f375414e (diff)
indent nice
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/function.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 160405696bd..6b5f24cdfb3 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -36,7 +36,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)function.c 8.1 (Berkeley) 6/6/93";*/
-static char rcsid[] = "$Id: function.c,v 1.2 1996/05/28 12:31:20 deraadt Exp $";
+static char rcsid[] = "$Id: function.c,v 1.3 1996/06/25 20:48:31 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -876,9 +876,9 @@ c_type(typestring)
switch (typestring[0]) {
#ifdef S_IFWHT
- case 'W':
- mask = S_IFWHT;
- break;
+ case 'W':
+ mask = S_IFWHT;
+ break;
#endif
case 'b':
mask = S_IFBLK;