power: supply: cpcap-charger: clean an indentation issue, remove tab
authorColin Ian King <colin.king@canonical.com>
Wed, 31 Oct 2018 18:48:41 +0000 (18:48 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 5 Dec 2018 18:02:11 +0000 (19:02 +0100)
Trivial fix to clean up indentation issue, remove an extraneous tab

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/cpcap-charger.c

index e4905be..c843eaf 100644 (file)
@@ -544,7 +544,7 @@ static void cpcap_charger_init_optional_gpios(struct cpcap_charger_ddata *ddata)
                if (IS_ERR(ddata->gpio[i])) {
                        dev_info(ddata->dev, "no mode change GPIO%i: %li\n",
                                 i, PTR_ERR(ddata->gpio[i]));
-                                ddata->gpio[i] = NULL;
+                       ddata->gpio[i] = NULL;
                }
        }
 }