Skip to content

Commit 7d4e82f

Browse files
committed
Correct indentation
1 parent 36b0053 commit 7d4e82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/IPO/CrossModuleOptimization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ bool CrossModuleOptimization::canSerializeFunction(
503503
return false;
504504
// If serializable, check if any fields in the instruction (that
505505
// are not covered in the visitor) can be serialized.
506-
if (!canSerializeFieldsByInstructionKind(&inst, canSerializeFlags, maxDepth))
506+
if (!canSerializeFieldsByInstructionKind(&inst, canSerializeFlags, maxDepth))
507507
return false;
508508
}
509509
}

0 commit comments

Comments
 (0)