diff options
author | 2014-04-17 19:07:14 +0000 | |
---|---|---|
committer | 2014-04-17 19:07:14 +0000 | |
commit | 04dc772ec9dec7120144689df3157ff0a1eadd72 (patch) | |
tree | f111a02b072fc449fb5aaa92136082780e345453 | |
parent | rm redundant declaration; from Xin Li (diff) | |
download | wireguard-openbsd-04dc772ec9dec7120144689df3157ff0a1eadd72.tar.xz wireguard-openbsd-04dc772ec9dec7120144689df3157ff0a1eadd72.zip |
whitespace
-rw-r--r-- | usr.bin/bc/extern.h | 10 |
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; |