mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +00:00
remove dangling spaces
This commit is contained in:
+1
-1
@@ -246,7 +246,7 @@ rect screen =
|
||||
);
|
||||
|
||||
test1();
|
||||
|
||||
|
||||
for (i = 0; i < sizeof pts/sizeof pts[0]; i++) {
|
||||
printf("(%d,%d) is ", pts[i].x,
|
||||
(x = makepoint(pts[i].x, pts[i].y)).y);
|
||||
|
||||
Reference in New Issue
Block a user