Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit Whitespace fix (Ingo Schwarze)
details: https://anonhg.NetBSD.org/src/rev/fd7f200d2df6
branches: trunk
changeset: 343345:fd7f200d2df6
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 30 15:05:27 2016 +0000
description:
Whitespace fix (Ingo Schwarze)
diffstat:
lib/libedit/hist.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r b4c14c39a24a -r fd7f200d2df6 lib/libedit/hist.h
--- a/lib/libedit/hist.h Sat Jan 30 10:13:02 2016 +0000
+++ b/lib/libedit/hist.h Sat Jan 30 15:05:27 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hist.h,v 1.14 2014/05/11 01:05:17 christos Exp $ */
+/* $NetBSD: hist.h,v 1.15 2016/01/30 15:05:27 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -46,10 +46,10 @@
typedef struct el_history_t {
Char *buf; /* The history buffer */
- size_t sz; /* Size of history buffer */
+ size_t sz; /* Size of history buffer */
Char *last; /* The last character */
int eventno; /* Event we are looking for */
- void * ref; /* Argument for history fcns */
+ void *ref; /* Argument for history fcns */
hist_fun_t fun; /* Event access */
TYPE(HistEvent) ev; /* Event cookie */
} el_history_t;
Home |
Main Index |
Thread Index |
Old Index