]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
util: remove unnecessary parentheses in argconfig_parse_type()
authorCaleb Sander Mateos <csander@purestorage.com>
Tue, 16 Jul 2024 16:17:46 +0000 (10:17 -0600)
committerDaniel Wagner <wagi@monom.org>
Wed, 17 Jul 2024 14:57:45 +0000 (16:57 +0200)
commit957d9421800542f7ae0069b19fbd683b0e1b73c3
tree7bda9a4d289b791a38b64bf99fc275c7d7e51b19
parent37853a94825a59bc49be2d3f858657eb300b55cc
util: remove unnecessary parentheses in argconfig_parse_type()

Match the style in argconfig_set_opt_val().

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
util/argconfig.c