From a2303a4812952c9952868aa4aec32d0faa902107 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Fri, 11 Mar 2011 11:21:23 +0100 Subject: [PATCH] Put all entries below each other to ease sorting. --- libhidesvn.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libhidesvn.c b/libhidesvn.c index 9249f56..cf2de2d 100644 --- a/libhidesvn.c +++ b/libhidesvn.c @@ -38,7 +38,14 @@ * List of names to block. Keep this sorted in reverse order. */ -static const char *hide[] = { "_darcs", "CVS", ".svn", ".hg", ".git", NULL }; +static const char *hide[] = { + "_darcs", + "CVS", + ".svn", + ".hg", + ".git", + NULL +}; /* * Always build replacements for readdir()/readdir_r().