Skip to content

Commit a8fdc93

Browse files
committed
Apply clang-tidy fixes for llvm-namespace-comment in OneToNTypeConversion.cpp (NFC)
1 parent 7dad59f commit a8fdc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Transforms/Utils/OneToNTypeConversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ enum class CastKind {
9393
// cast becomes a target materialization.)
9494
Target
9595
};
96-
}
96+
} // namespace
9797

9898
/// Mapping of enum values to string values.
9999
StringRef getCastKindName(CastKind kind) {

0 commit comments

Comments
 (0)