diff options
author | Ingo Molnar <mingo@elte.hu> | 2005-04-12 20:36:26 +0200 |
---|---|---|
committer | Petr Baudis <xpasky@machine> | 2005-04-13 11:35:04 +0200 |
commit | aebb2679085d2ecc4d1c943ecfb2e87c699f00d0 (patch) | |
tree | 0ba51186089993112337d5b34a9ee23fe7cf4fdb /init-db.c | |
parent | [PATCH] No need to clean temp_git_file_* anymore (diff) | |
download | git-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.tar.xz git-aebb2679085d2ecc4d1c943ecfb2e87c699f00d0.zip |
[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 'init-db.c')
-rw-r--r-- | init-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ int main(int argc, char **argv) } /* - * The default case is to have a DB per managed directory. + * The default case is to have a DB per managed directory. */ sha1_dir = DEFAULT_DB_ENVIRONMENT; fprintf(stderr, "defaulting to private storage area\n"); |