diff contrib/chg/util.h @ 35998:9724f54923ec

chg: enable clang-format on all .c and .h files Nothing in here looks awful, so I think we may as well just do it. # skip-blame because it's just reformatting with no functionality change Differential Revision: https://phab.mercurial-scm.org/D2058
author Augie Fackler <augie@google.com>
date Tue, 06 Feb 2018 05:24:28 -0500
parents 009cc6c89d0f
children
line wrap: on
line diff
--- a/contrib/chg/util.h	Wed Feb 07 06:28:43 2018 -0500
+++ b/contrib/chg/util.h	Tue Feb 06 05:24:28 2018 -0500
@@ -32,4 +32,4 @@
 
 int runshellcmd(const char *cmd, const char *envp[], const char *cwd);
 
-#endif  /* UTIL_H_ */
+#endif /* UTIL_H_ */