Skip to content

Commit 121750c

Browse files
dogbenSkia Commit-Bot
authored and
Skia Commit-Bot
committed
Remove extra semicolon
Causes a warning-treated-as-error with Chromium's Clang. Change-Id: Idd3b6492fe2a532eca387f571cc2f9b6796d07df Reviewed-on: https://skia-review.googlesource.com/c/skia/+/269196 Commit-Queue: Mike Klein <[email protected]> Auto-Submit: Ben Wagner aka dogben <[email protected]> Reviewed-by: Mike Klein <[email protected]>
1 parent ee72bd9 commit 121750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpu/mtl/GrMtlPipelineStateDataManager.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
SkDEBUGCODE(
3232
uniform.fArrayCount = uniformInfo.fVariable.getArrayCount();
3333
uniform.fType = uniformInfo.fVariable.getType();
34-
);
34+
)
3535
uniform.fOffset = uniformInfo.fUBOffset;
3636
}
3737
}

0 commit comments

Comments
 (0)