Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit Fix indentation (convert spaces to tab)
details: https://anonhg.NetBSD.org/src/rev/8ca349e7580f
branches: trunk
changeset: 356305:8ca349e7580f
user: abhinav <abhinav%NetBSD.org@localhost>
date: Sat Sep 16 20:40:34 2017 +0000
description:
Fix indentation (convert spaces to tab)
diffstat:
lib/libedit/filecomplete.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2889a903ee4a -r 8ca349e7580f lib/libedit/filecomplete.c
--- a/lib/libedit/filecomplete.c Sat Sep 16 09:28:38 2017 +0000
+++ b/lib/libedit/filecomplete.c Sat Sep 16 20:40:34 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: filecomplete.c,v 1.45 2017/04/21 05:38:03 abhinav Exp $ */
+/* $NetBSD: filecomplete.c,v 1.46 2017/09/16 20:40:34 abhinav Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: filecomplete.c,v 1.45 2017/04/21 05:38:03 abhinav Exp $");
+__RCSID("$NetBSD: filecomplete.c,v 1.46 2017/09/16 20:40:34 abhinav Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -420,7 +420,7 @@
{
const LineInfoW *li;
wchar_t *temp;
- char **matches;
+ char **matches;
const wchar_t *ctemp;
size_t len;
int what_to_do = '\t';
Home |
Main Index |
Thread Index |
Old Index