From 66f207399f44d45a0ab16887d00ea876f0eafc35 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 16 Sep 2022 18:01:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20inconsistent=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phoenix-upshid.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phoenix-upshid.c b/phoenix-upshid.c index 6946103..cadf7b9 100644 --- a/phoenix-upshid.c +++ b/phoenix-upshid.c @@ -482,15 +482,15 @@ void usbreset(){ // DO RESET // // send command if(ioctl(bus, USBDEVFS_RESET, 0) < 0){ - fprintf(stderr, "[WARN ] Unable to do usbreset\n"); + fprintf(stderr, "[WARN ] Unable to do usbreset\n"); return; - } + } // success! - fprintf(stderr, "[INFO ] Usbreset successful\n"); + fprintf(stderr, "[INFO ] Usbreset successful\n"); // close file - close(bus); + close(bus); } /*