Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d97dcb66 authored by Szymon Janc's avatar Szymon Janc Committed by Gustavo Padovan
Browse files

Bluetooth: mgmt: Fix some code style and indentation issues

parent c9ecc48e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3466,8 +3466,8 @@ int mgmt_le_enable_complete(struct hci_dev *hdev, u8 enable, u8 status)
						 &hdev->dev_flags))
			err = new_settings(hdev, NULL);

		mgmt_pending_foreach(MGMT_OP_SET_LE, hdev,
				     cmd_status_rsp, &mgmt_err);
		mgmt_pending_foreach(MGMT_OP_SET_LE, hdev, cmd_status_rsp,
				     &mgmt_err);

		return err;
	}