Commit 3c690a0d authored by Lanzhe Li's avatar Lanzhe Li Committed by Luiz Augusto von Dentz

Bluetooth: fix inconsistent indenting

Fixed a wrong indentation before "return".This line uses a 7 space
indent instead of a tab.
Signed-off-by: default avatarLanzhe Li <u202212060@hust.edu.cn>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent 305d6b6e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment