[POWERPC] spufs: remove empty last line in run.c

Remove the empty last line in arch/powerpc/platforms/cell/spufs/run.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
This commit is contained in:
Christoph Hellwig 2007-02-13 21:36:46 +01:00 committed by Arnd Bergmann
parent 30a6c337dc
commit 5cb23afc9e

View file

@ -361,4 +361,3 @@ out:
up(&ctx->run_sema);
return ret;
}