git: 9front

Download patch

ref: f04b6bd8ed730f860fa2bb1465e3f0852b8db94a
parent: 4c0f439a64536f8e1844dda968b3b576b3165073
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Aug 1 22:53:42 EDT 2012

ps: cleanup

--- a/sys/src/cmd/ps.c
+++ b/sys/src/cmd/ps.c
@@ -93,6 +93,7 @@
 	stime = strtoul(argv[4], 0, 0)/1000;
 	rtime = strtoul(argv[5], 0, 0)/1000;
 	size  = strtoul(argv[9], 0, 0);
+
 	if(nflag){
 		snprint(nbuf, sizeof nbuf, " %8s", "?");
 		sprint(buf, "%s/noteid", s);
--