diff options
author | Ingo Molnar <mingo@elte.hu> | 2005-04-12 11:36:26 -0700 |
---|---|---|
committer | Petr Baudis <xpasky@machine> | 2005-04-13 02:35:04 -0700 |
commit | aebb2679085d2ecc4d1c943ecfb2e87c699f00d0 (patch) | |
tree | 0ba51186089993112337d5b34a9ee23fe7cf4fdb /show-files.c | |
parent | 42d545e8ff33f478a4b7b99562ab073d8820b334 (diff) | |
download | git-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.tar.gz git-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.tar.xz |
[PATCH] Whitespace Fixes
Trivial whitespace fixes.
From: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Diffstat (limited to 'show-files.c')
-rw-r--r-- | show-files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show-files.c b/show-files.c index 9f62e9700..7d3797f27 100644 --- a/show-files.c +++ b/show-files.c @@ -41,7 +41,7 @@ static void add_name(const char *pathname, int len) * handle them at all yet. Maybe that will change some day. * * Also, we currently ignore all names starting with a dot. - * That likely will not change. + * That likely will not change. */ static void read_directory(const char *path, const char *base, int baselen) { |