]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Correct minor style issue in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 05:43:59 +0000 (00:43 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 05:43:59 +0000 (00:43 -0500)
commite5b1444b96b842597348d449722ec876432a6530
treebed585c43315f1ff5055cc7194535f866d560d9f
parent10e8d68820db9c7b6412d5a553a93fd200388f30
Correct minor style issue in fast-import.

Junio noticed that I was using a different style in fast-import
for returned pointers than the rest of Git.  Before merging this
code into the main git.git tree I'd like to make it consistent,
as this style variation was not intentional.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c