git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-config: Remove extra whitespaces
@ 2011-07-16 21:55 Pavan Kumar Sunkara
  0 siblings, 0 replies; only message in thread
From: Pavan Kumar Sunkara @ 2011-07-16 21:55 UTC (permalink / raw)
  To: git; +Cc: Pavan Kumar Sunkara

Remove extra whitespaces introduced by commits
01ebb9dc and fc1905bb

Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
---
 config.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.c b/config.c
index b73c449..4183f80 100644
--- a/config.c
+++ b/config.c
@@ -1502,10 +1502,10 @@ int git_config_rename_section(const char *old_name, const char *new_name)
 		}
 	}
 	fclose(config_file);
- unlock_and_out:
+unlock_and_out:
 	if (commit_lock_file(lock) < 0)
 		ret = error("could not commit config file %s", config_filename);
- out:
+out:
 	free(config_filename);
 	return ret;
 }
-- 
1.7.6.485.gad3dc

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-16 21:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 21:55 [PATCH] git-config: Remove extra whitespaces Pavan Kumar Sunkara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).