remove trailing whitespace
This commit is contained in:
parent
534a86f2d7
commit
c46a411792
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ int main() {
|
|||
asm("movl $23, %0"
|
||||
: "=r" (i) /* output */
|
||||
/* : no input */
|
||||
/* : no clobbered */
|
||||
/* : no clobbered */
|
||||
);
|
||||
|
||||
printf("i = %d\n", i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue