Skip to content

Commit 1bb5648

Browse files
authored
[SYCL][NFC] Remove unnecessary semi-colon. (#10134)
Signed-off-by: Maronas, Marcos <[email protected]>
1 parent 2a91372 commit 1bb5648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/SYCLLowerIR/DeviceConfigFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ using TargetTable_t = std::map<std::string, TargetInfo>;
3030
#define GET_TargetTable_IMPL
3131
#include "llvm/SYCLLowerIR/DeviceConfigFile.inc"
3232
#undef GET_TargetTable_IMPL
33-
}; // namespace DeviceConfigFile
33+
} // namespace DeviceConfigFile

0 commit comments

Comments
 (0)