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/e72fa3c09cb5
branches:  trunk
changeset: 826606:e72fa3c09cb5
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 a788581c99b9 -r e72fa3c09cb5 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