Skip to content

Commit 52f0f44

Browse files
committed
Clang-format
1 parent 50412c3 commit 52f0f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/MissingFeatures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ struct MissingFeatures {
322322
static bool invokeOp() { return false; }
323323
static bool labelOp() { return false; }
324324
static bool ptrDiffOp() { return false; }
325-
static bool llvmLoweringPtrDiffConsidersPointee() {return false; }
325+
static bool llvmLoweringPtrDiffConsidersPointee() { return false; }
326326
static bool ptrStrideOp() { return false; }
327327
static bool switchOp() { return false; }
328328
static bool throwOp() { return false; }

0 commit comments

Comments
 (0)