]> granicus.if.org Git - procps-ng/commit
ps: move other initialization code after setREL macros
authorJim Warner <james.warner@comcast.net>
Wed, 6 Jun 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jun 2018 11:45:38 +0000 (21:45 +1000)
commitf0b245c79444c592b2c934e5808c88961d147c7d
tree7b0634ba712f1d591375f0ce68a10d1baa6a6475
parent26ab9ae143051ab9ec59c9460f19bfb7c6f80140
ps: move other initialization code after setREL macros

While the previous patch concerned an essential change
to avoid dereferencing those NULL pointers, this patch
could be considered optional. For consistency, it just
puts all initialization logic after the setREL macros.

[ plus along the way some inter-function spacing was ]
[ standardized with just a single blank line between ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/output.c