Skip to content

Commit 0372874

Browse files
committed
IRGen: Fix formatting, NFC
1 parent 7827b75 commit 0372874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/IRGen/GenericRequirement.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ using GetTypeParameterInContextFn =
6969
/// Given a required value, map the requirement into the given
7070
/// context and bind the value.
7171
void bindGenericRequirement(IRGenFunction &IGF,
72-
GenericRequirement requirement,
73-
llvm::Value *requiredValue,
74-
GetTypeParameterInContextFn getInContext);
72+
GenericRequirement requirement,
73+
llvm::Value *requiredValue,
74+
GetTypeParameterInContextFn getInContext);
7575

7676
void bindFromGenericRequirementsBuffer(IRGenFunction &IGF,
7777
ArrayRef<GenericRequirement> reqts,

0 commit comments

Comments
 (0)