Skip to content

Commit d238840

Browse files
committed
format code
1 parent bc3b6c2 commit d238840

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/slang/slang-ir-glsl-legalize.cpp

+6-1
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,12 @@ void legalizeEntryPointParameterForGLSL(
33233323

33243324
// If we have just one inout or out param, we don't need consolidation.
33253325
bool hasSingleOutOrInOutParam = inoutOrOutParamCount <= 1;
3326-
legalizeRayTracingEntryPointParameterForGLSL(context, func, pp, paramLayout, hasSingleOutOrInOutParam);
3326+
legalizeRayTracingEntryPointParameterForGLSL(
3327+
context,
3328+
func,
3329+
pp,
3330+
paramLayout,
3331+
hasSingleOutOrInOutParam);
33273332
}
33283333
return;
33293334
}

0 commit comments

Comments
 (0)