Skip to content

Commit 28eac73

Browse files
[NFC] Tabs to space (#90)
1 parent 55e176f commit 28eac73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/llvm-dialects/TableGen/Format.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ namespace llvm_dialects {
3737

3838
namespace llvm_support_detail =
3939
#if !defined(LLVM_MAIN_REVISION) || LLVM_MAIN_REVISION >= 494496
40-
llvm::support::detail;
40+
llvm::support::detail;
4141
#else
42-
llvm::detail;
42+
llvm::detail;
4343
#endif
4444

4545
/// Format context containing substitutions for special placeholders.

0 commit comments

Comments
 (0)