Skip to content

Commit

Permalink
[NFC] Tabs to space (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz-sikora-at-amd authored Apr 3, 2024
1 parent 55e176f commit 28eac73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llvm-dialects/TableGen/Format.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ namespace llvm_dialects {

namespace llvm_support_detail =
#if !defined(LLVM_MAIN_REVISION) || LLVM_MAIN_REVISION >= 494496
llvm::support::detail;
llvm::support::detail;
#else
llvm::detail;
llvm::detail;
#endif

/// Format context containing substitutions for special placeholders.
Expand Down

0 comments on commit 28eac73

Please sign in to comment.