summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-30 17:55:13 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-30 17:55:13 -0400
commit34fa6311423f55827184c6338226dde4ee46d4e5 (patch)
tree925f28fdd5bbdf92b38b16bd95a705a664c32a77 /include
parent7d9ebdc840cf338bdd3d314504f1748ddc5c56d5 (diff)
downloadlibgit2-34fa6311423f55827184c6338226dde4ee46d4e5.tar.gz
commit graph: formatting fixes
Diffstat (limited to 'include')
-rw-r--r--include/git2/sys/commit_graph.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/git2/sys/commit_graph.h b/include/git2/sys/commit_graph.h
index 67d95469c..f6c0fc4b5 100644
--- a/include/git2/sys/commit_graph.h
+++ b/include/git2/sys/commit_graph.h
@@ -127,9 +127,8 @@ typedef struct {
} git_commit_graph_writer_options;
#define GIT_COMMIT_GRAPH_WRITER_OPTIONS_VERSION 1
-#define GIT_COMMIT_GRAPH_WRITER_OPTIONS_INIT \
- { \
- GIT_COMMIT_GRAPH_WRITER_OPTIONS_VERSION, \
+#define GIT_COMMIT_GRAPH_WRITER_OPTIONS_INIT { \
+ GIT_COMMIT_GRAPH_WRITER_OPTIONS_VERSION \
}
/**