]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tag.h
travis-ci: build with GCC 4.8 as well
[thirdparty/git.git] / tag.h
diff --git a/tag.h b/tag.h
index e57490485e8e7f86fa649ac7d8499046fea99211..03265fbfe2942f9ca7409cb2b771b14edd9fb998 100644 (file)
--- a/tag.h
+++ b/tag.h
@@ -18,6 +18,6 @@ void release_tag_memory(struct tag *t);
 struct object *deref_tag(struct repository *r, struct object *, const char *, int);
 struct object *deref_tag_noverify(struct object *);
 int gpg_verify_tag(const struct object_id *oid,
-               const char *name_to_report, unsigned flags);
+                  const char *name_to_report, unsigned flags);
 
 #endif /* TAG_H */