Cleanup: comment blocks, trailing space in comments

This commit is contained in:
2021-06-24 15:56:58 +10:00
parent 2e99a74df9
commit 4b9ff3cd42
578 changed files with 1154 additions and 1125 deletions

View File

@@ -453,7 +453,7 @@ static bool icondir_to_png(const char *path_src, const char *file_dst)
printf("%s: dir '%s' failed %d icons\n", __func__, path_src, fail);
}
/* write pixels */
/* Write pixels. */
write_png(file_dst, pixels_canvas, canvas_w, canvas_h);
free(pixels_canvas);