Skip to content

Commit 6151cb3

Browse files
committed
fix indentation
1 parent ad0f47a commit 6151cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter01/1-14.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ int main(void)
5656
for (i = 0; i <= MAXCHAR; ++i) /* print histogram labels */
5757
if (characters[i] != EMPTY)
5858
printf ("%c ", i + '0');
59-
printf("\n");
59+
printf("\n");
6060
return 0;
6161
}

0 commit comments

Comments
 (0)