shithub: riscv

Download patch

ref: 82ece1bb0ca214c1e594ea2443b37ff9db63f2ae
parent: dc25c70249533d18279555eab7b1bd22af170e82
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);
--