[HIPIFY] undo apply .clangformat to HIPIFY source files

[ROCm/hip commit: 8499e79e2b]
このコミットが含まれているのは:
Evgeny Mankov
2018-04-23 20:22:15 +03:00
コミット 540fc92b1c
12個のファイルの変更2302行の追加3995行の削除
+1 -1
ファイルの表示
@@ -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;
}