Removed trailning whitespace from source files
This commit is contained in:
parent
065b782951
commit
7a3c98f2b4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# void swtch(struct context *old, struct context *new);
|
# void swtch(struct context *old, struct context *new);
|
||||||
#
|
#
|
||||||
# Save current registers in old. Load from new.
|
# Save current registers in old. Load from new.
|
||||||
|
|
||||||
|
|
||||||
.globl swtch
|
.globl swtch
|
||||||
|
@ -39,4 +39,4 @@ swtch:
|
||||||
|
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue