summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2007-06-11 06:25:19 +0000
committerstefanf <stefanf@FreeBSD.org>2007-06-11 06:25:19 +0000
commit219bfe35e701b456e351b70d8d9b05418b7057d8 (patch)
treea292a92383539664e0acd6ffd1a2fca5c80c942b
parent4e9fd0898407d8cb5b8437e01c61156c103c5add (diff)
downloadFreeBSD-src-219bfe35e701b456e351b70d8d9b05418b7057d8.zip
FreeBSD-src-219bfe35e701b456e351b70d8d9b05418b7057d8.tar.gz
Use tabs after #define.
Obtained from: NetBSD Spotted by: njl
-rw-r--r--include/histedit.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/histedit.h b/include/histedit.h
index 0db9f75..0824a60 100644
--- a/include/histedit.h
+++ b/include/histedit.h
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*
* @(#)histedit.h 8.2 (Berkeley) 1/3/94
- * $NetBSD: histedit.h,v 1.31 2006/12/15 22:13:33 christos Exp $
+ * $NetBSD: histedit.h,v 1.32 2007/06/10 20:20:28 christos Exp $
* $FreeBSD$
*/
@@ -131,10 +131,10 @@ unsigned char _el_fn_complete(EditLine *, int);
#define EL_UNBUFFERED 15 /* , int); */
#define EL_PREP_TERM 16 /* , int); */
#define EL_GETTC 17 /* , const char *, ..., NULL); */
-#define EL_GETFP 18 /* , int, FILE **) */
-#define EL_SETFP 19 /* , int, FILE *) */
+#define EL_GETFP 18 /* , int, FILE **) */
+#define EL_SETFP 19 /* , int, FILE *) */
-#define EL_BUILTIN_GETCFN (NULL)
+#define EL_BUILTIN_GETCFN (NULL)
/*
* Source named file or $PWD/.editrc or $HOME/.editrc
@@ -184,7 +184,7 @@ int history(History *, HistEvent *, int, ...);
#define H_FUNC 0 /* , UTSL */
#define H_SETSIZE 1 /* , const int); */
-#define H_EVENT 1 /* , const int); */
+#define H_EVENT 1 /* , const int); */
#define H_GETSIZE 2 /* , void); */
#define H_FIRST 3 /* , void); */
#define H_LAST 4 /* , void); */
OpenPOWER on IntegriCloud