summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-26 19:06:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-26 19:06:47 +0000
commitfbecf508ab71cf6b87645edc68848ab03052a2cc (patch)
treed621c90a8203441c03d178b1e0f56e6340e98a0a /usr.bin
parent8b5453d339f01a85f3c181e576dd4a927ac103b9 (diff)
incorrect indent
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bc/bc.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y
index b251309b2b9..d5ba135e80f 100644
--- a/usr.bin/bc/bc.y
+++ b/usr.bin/bc/bc.y
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: bc.y,v 1.4 2003/09/26 19:05:56 deraadt Exp $ */
+/* $OpenBSD: bc.y,v 1.5 2003/09/26 19:06:46 deraadt Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -31,7 +31,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: bc.y,v 1.4 2003/09/26 19:05:56 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: bc.y,v 1.5 2003/09/26 19:06:46 deraadt Exp $";
#endif /* not lint */
#include <ctype.h>
@@ -776,7 +776,7 @@ main(int argc, char *argv[])
optind = 1;
break;
default:
- usage();
+ usage();
}
}