Commit 697cb17b authored by Russ Cox's avatar Russ Cox

trailing white space

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=21403
CL=21415
parent e9741e7d
......@@ -40,7 +40,7 @@ main(int argc, char **argv)
exit(1);
begin:
printf("char *%simport = \n", name);
printf("char *%simport =\n", name);
// process imports, stopping at $$ that closes them
while(fgets(buf, sizeof buf, fin) != NULL) {
......
char *sysimport =
char *sysimport =
"package sys\n"
"export func sys.mal (? int32) (? *any)\n"
"export func sys.breakpoint ()\n"
......@@ -79,7 +79,7 @@ char *sysimport =
"export func sys.semrelease (sema *int32)\n"
"\n"
"$$\n";
char *unsafeimport =
char *unsafeimport =
"package unsafe\n"
"export type unsafe.pointer *any\n"
"\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment