Skip to content

Commit bdba908

Browse files
svenvhAlexeySotkin
authored andcommitted
Fix formatting
1 parent a8012af commit bdba908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/SPIRV/SPIRVUtil.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,8 +1251,7 @@ std::string getImageBaseTypeName(StringRef Name) {
12511251
Name.split(SubStrs, Delims);
12521252
if (Name.startswith(kSPR2TypeName::OCLPrefix)) {
12531253
ImageTyName = SubStrs[1].str();
1254-
}
1255-
else {
1254+
} else {
12561255
ImageTyName = SubStrs[0].str();
12571256
}
12581257

0 commit comments

Comments
 (0)