Skip to content

Commit d2da707

Browse files
author
github-actions
committed
Google Java Format
1 parent d11f301 commit d2da707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openpatch/scratch/internal/AnimatedGifEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public void inxbuild() {
654654
for (j = i + 1; j < netsize; j++) {
655655
q = network[j];
656656
if (q[1] < smallval) {
657-
/* index on g */
657+
/* index on g */
658658
smallpos = j;
659659
smallval = q[1]; /* index on g */
660660
}

0 commit comments

Comments
 (0)