]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tempfile.h
*.[ch]: manually align parameter lists
[thirdparty/git.git] / tempfile.h
index 7b05d5765e45c1ee529e9e74d32cb3d349ef01d8..cddda0a33c3e1ef39c6d294221fc9f7ae5205217 100644 (file)
@@ -137,7 +137,7 @@ struct tempfile *register_tempfile(const char *path);
 
 /* See "mks_tempfile functions" above. */
 struct tempfile *mks_tempfile_sm(const char *filename_template,
-                                       int suffixlen, int mode);
+                                int suffixlen, int mode);
 
 /* See "mks_tempfile functions" above. */
 static inline struct tempfile *mks_tempfile_s(const char *filename_template,
@@ -160,7 +160,7 @@ static inline struct tempfile *mks_tempfile(const char *filename_template)
 
 /* See "mks_tempfile functions" above. */
 struct tempfile *mks_tempfile_tsm(const char *filename_template,
-                                        int suffixlen, int mode);
+                                 int suffixlen, int mode);
 
 /* See "mks_tempfile functions" above. */
 static inline struct tempfile *mks_tempfile_ts(const char *filename_template,