Skip to content

Commit

Permalink
Fix C++ Formatting with clang-format
Browse files Browse the repository at this point in the history
This patch fixes the C++ formatting which was causing the clang-format
job to fail. Very minor change, but if we're going to have C++
formatting in CI, we should probably keep it green.
  • Loading branch information
boomanaiden154 authored and ondrasej committed Oct 13, 2023
1 parent 9c1ca08 commit a4379c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gematria/llvm/canonicalizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <string_view>

#include "gematria/basic_block/basic_block.h"
#include "lib/Target/X86/MCTargetDesc/X86BaseInfo.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCInst.h"
Expand All @@ -28,7 +29,6 @@
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Target/TargetMachine.h"
#include "lib/Target/X86/MCTargetDesc/X86BaseInfo.h"

namespace gematria {
namespace {
Expand Down

0 comments on commit a4379c3

Please sign in to comment.