Skip to content

Commit b1693c4

Browse files
committed
fix formatting and test
1 parent c5544fd commit b1693c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/slang/slang-emit-c-like.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,14 +418,14 @@ class CLikeSourceEmitter : public SourceEmitterBase
418418
virtual void emitStructFieldAttributes(
419419
IRStructType* /* structType */,
420420
IRStructField* /* field */
421-
) {};
421+
){};
422422
void emitInterpolationModifiers(IRInst* varInst, IRType* valueType, IRVarLayout* layout);
423423
void emitMeshShaderModifiers(IRInst* varInst);
424424
virtual void emitPackOffsetModifier(
425425
IRInst* /*varInst*/,
426426
IRType* /*valueType*/,
427427
IRPackOffsetDecoration* /*decoration*/
428-
) {};
428+
){};
429429

430430

431431
/// Emit modifiers that should apply even for a declaration of an SSA temporary.

0 commit comments

Comments
 (0)