Skip to content

Commit 749e4b9

Browse files
fix formatting
1 parent 1b8cef8 commit 749e4b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

llvm/lib/IR/StructuralHash.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include "llvm/IR/IntrinsicInst.h"
1515
#include "llvm/IR/Module.h"
1616

17-
// This comment is going to be way too long for its own good and blow past the 80 characters per line limit causing a reformat.
18-
1917
using namespace llvm;
2018

2119
namespace {

llvm/utils/git/code-format-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _construct_command(self, diff_expression: list[str] | None):
185185
cf_cmd = [self.clang_fmt_path, "--diff"]
186186

187187
if diff_expression:
188-
cf_cmd.extend(diff_expression)
188+
cf_cmd.extend(diff_expression)
189189

190190
# Gather the extension of all modified files and pass them explicitly to git-clang-format.
191191
# This prevents git-clang-format from applying its own filtering rules on top of ours.

0 commit comments

Comments
 (0)