Bluetooth: fix inconsistent indenting
authorLanzhe Li <u202212060@hust.edu.cn>
Sun, 9 Apr 2023 13:02:29 +0000 (21:02 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Apr 2023 05:02:14 +0000 (22:02 -0700)
Fixed a wrong indentation before "return".This line uses a 7 space
indent instead of a tab.

Signed-off-by: Lanzhe Li <u202212060@hust.edu.cn>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_debugfs.c

index b7f6829..ec0df2f 100644 (file)
@@ -189,7 +189,7 @@ static int uuids_show(struct seq_file *f, void *p)
        }
        hci_dev_unlock(hdev);
 
-       return 0;
+       return 0;
 }
 
 DEFINE_SHOW_ATTRIBUTE(uuids);