summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorMichael Jones <jonesmz@jonesmz.com>2019-08-07 18:54:44 (GMT)
committerMichael Jones <jonesmz@jonesmz.com>2020-09-30 21:19:13 (GMT)
commit73e96c6aef818f3bbf67bbd81a048f3eaf6f4300 (patch)
tree56996abe4f6268a4d5bd424e5484879bb55487ec /src/util.h
parenta5aae85a3c8a4032ab18b82afe6c77673125d888 (diff)
downloadNinja-73e96c6aef818f3bbf67bbd81a048f3eaf6f4300.zip
Ninja-73e96c6aef818f3bbf67bbd81a048f3eaf6f4300.tar.gz
Ninja-73e96c6aef818f3bbf67bbd81a048f3eaf6f4300.tar.bz2
Comply with project formatting rules wrt 80 column lines
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index b2ba1cd..4e6ebb8 100644
--- a/src/util.h
+++ b/src/util.h
@@ -56,7 +56,8 @@ void Error(const char* msg, ...);
/// Canonicalize a path like "foo/../bar.h" into just "bar.h".
/// |slash_bits| has bits set starting from lowest for a backslash that was
/// normalized to a forward slash. (only used on Windows)
-bool CanonicalizePath(std::string* path, uint64_t* slash_bits, std::string* err);
+bool CanonicalizePath(std::string* path, uint64_t* slash_bits,
+ std::string* err);
bool CanonicalizePath(char* path, size_t* len, uint64_t* slash_bits,
std::string* err);