-
Amit Shah authored
Replace: if (foo) { ... } else { return 0; } by if (!foo) { return 0; } ... Signed-off-by:
Amit Shah <amit.shah@redhat.com>
Reviewed-by:
Markus Armbruster <armbru@redhat.com>Amit Shah authoredReplace: if (foo) { ... } else { return 0; } by if (!foo) { return 0; } ... Signed-off-by:
Amit Shah <amit.shah@redhat.com>
Reviewed-by:
Markus Armbruster <armbru@redhat.com>
Loading