summaryrefslogtreecommitdiff
path: root/src/commit.h
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2010-02-12 16:50:33 +0000
committerRamsay Jones <ramsay@ramsay1.demon.co.uk>2010-02-28 20:09:45 +0000
commit1e5dd57214dbec1b166c881c1c44c8930923da17 (patch)
tree7f7103b840176225a27d40ff95c541ecaf74bb59 /src/commit.h
parent74eff33f8be680e821d9674ab12da3c0b76dad23 (diff)
downloadlibgit2-1e5dd57214dbec1b166c881c1c44c8930923da17.tar.gz
Fix some coding style issues
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Diffstat (limited to 'src/commit.h')
-rw-r--r--src/commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h
index 0b19f4634..05504cd34 100644
--- a/src/commit.h
+++ b/src/commit.h
@@ -9,7 +9,7 @@ struct git_commit {
git_oid id;
time_t commit_time;
unsigned parsed:1,
- flags:26;
+ flags:26;
};
#endif