summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2014-04-17 19:07:14 +0000
committerotto <otto@openbsd.org>2014-04-17 19:07:14 +0000
commit04dc772ec9dec7120144689df3157ff0a1eadd72 (patch)
treef111a02b072fc449fb5aaa92136082780e345453
parentrm redundant declaration; from Xin Li (diff)
downloadwireguard-openbsd-04dc772ec9dec7120144689df3157ff0a1eadd72.tar.xz
wireguard-openbsd-04dc772ec9dec7120144689df3157ff0a1eadd72.zip
whitespace
-rw-r--r--usr.bin/bc/extern.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/bc/extern.h b/usr.bin/bc/extern.h
index f2ee2f12079..31fc6747a3d 100644
--- a/usr.bin/bc/extern.h
+++ b/usr.bin/bc/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.11 2014/04/17 19:06:04 otto Exp $ */
+/* $OpenBSD: extern.h,v 1.12 2014/04/17 19:07:14 otto Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -40,9 +40,9 @@ extern int fileindex;
extern int sargc;
extern char **sargv;
extern char *filename;
-extern bool interactive;
-extern EditLine *el;
-extern History *hist;
-extern HistEvent he;
+extern bool interactive;
+extern EditLine *el;
+extern History *hist;
+extern HistEvent he;
extern char *cmdexpr;
extern struct termios ttysaved;