Minor coding style fix
diff --git a/plugins/hciops.c b/plugins/hciops.c
index 6624785..07b53af 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -2343,6 +2343,7 @@
 {
 	return btd_register_adapter_ops(&hci_ops, FALSE);
 }
+
 static void hciops_exit(void)
 {
 	btd_adapter_cleanup_ops(&hci_ops);