Module Name:    src
Committed By:   abhinav
Date:           Sat Sep 16 20:40:35 UTC 2017

Modified Files:
        src/lib/libedit: filecomplete.c

Log Message:
Fix indentation (convert spaces to tab)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/lib/libedit/filecomplete.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/filecomplete.c
diff -u src/lib/libedit/filecomplete.c:1.45 src/lib/libedit/filecomplete.c:1.46
--- src/lib/libedit/filecomplete.c:1.45	Fri Apr 21 05:38:03 2017
+++ src/lib/libedit/filecomplete.c	Sat Sep 16 20:40:34 2017
@@ -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 @@ fn_complete(EditLine *el,
 {
 	const LineInfoW *li;
 	wchar_t *temp;
-        char **matches;
+	char **matches;
 	const wchar_t *ctemp;
 	size_t len;
 	int what_to_do = '\t';

Reply via email to