Skip to content

Commit

Permalink
Put all entries below each other to ease sorting.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Mar 11, 2011
1 parent 24527b4 commit a2303a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libhidesvn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit a2303a4

Please sign in to comment.