Skip to content

Commit 7759b29

Browse files
committed
[gardening] Eliminate \ from macro that is < 80 lines.
1 parent a3552f3 commit 7759b29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/SILOptimizer/Analysis/Analysis.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ class LazyFunctionInfo {
292292
FunctionInfoTy *operator->() { return *this; }
293293
};
294294

295-
#define ANALYSIS(NAME) \
296-
SILAnalysis *create##NAME##Analysis(SILModule *);
295+
#define ANALYSIS(NAME) SILAnalysis *create##NAME##Analysis(SILModule *);
297296
#include "Analysis.def"
298297

299298
} // end namespace swift

0 commit comments

Comments
 (0)