mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 04:31:38 +00:00
fix whitespace
This commit is contained in:
parent
41b29d5c81
commit
168f42bb83
@ -7,13 +7,13 @@ int main(void)
|
||||
c_label:
|
||||
asm("inx\n"
|
||||
"bne %g\n",
|
||||
c_label);
|
||||
c_label);
|
||||
|
||||
// this does not work
|
||||
c_label2:
|
||||
asm("inx\n"
|
||||
"bne %g \n",
|
||||
c_label2);
|
||||
c_label2);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user