[HIPIFY] undo apply .clangformat to HIPIFY source files

This commit is contained in:
Evgeny Mankov
2018-04-23 20:22:15 +03:00
parent 35a8deec00
commit 8499e79e2b
12 changed files with 2302 additions and 3995 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ llvm::StringRef unquoteStr(llvm::StringRef s) {
return s;
}
void removePrefixIfPresent(std::string& s, std::string prefix) {
void removePrefixIfPresent(std::string &s, std::string prefix) {
if (s.find(prefix) != 0) {
return;
}