summaryrefslogtreecommitdiff
path: root/src/cgroups-agent
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-04-24 13:44:09 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit10380a7990aeed007a771bcf955e203272bfce54 (patch)
tree87cf675b459c7a22353c6f42f748cbf231ffcb07 /src/cgroups-agent
parent71c3693c618189fa097eed1113aa1dd86f032cee (diff)
tree-wide: avoid assignment of r just to use in a comparison
This changes r = ...; if (r < 0) to if (... < 0) when r will not be used again.
Diffstat (limited to 'src/cgroups-agent')
0 files changed, 0 insertions, 0 deletions