[HIPIFY] undo apply .clangformat to HIPIFY source files
Этот коммит содержится в:
@@ -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;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user