From 0cf207ec01cbacae47585fcc26591dd2296507d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 27 Sep 2021 17:42:39 +0200 Subject: WS cleanup: remove SPACE(s) followed by TAB Signed-off-by: Wolfgang Denk --- common/hwconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/hwconfig.c') diff --git a/common/hwconfig.c b/common/hwconfig.c index 26a561c365..63b3ccaf84 100644 --- a/common/hwconfig.c +++ b/common/hwconfig.c @@ -179,7 +179,7 @@ int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) * * This call is similar to hwconfig_f(), except that it takes additional * argument @subopt. In this example: - * "dr_usb:mode=peripheral" + * "dr_usb:mode=peripheral" * "dr_usb" is an option, "mode" is a sub-option, and "peripheral" is its * argument. */ -- cgit v1.2.3