Skip to content

Commit 824d4c0

Browse files
committed
qdl: fix identation issue in QDL_DEVICE_TYPE
Fix identation issue in QDL_DEVICE_TYPE enum definition. Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>
1 parent ec0e19f commit 824d4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qdl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
enum QDL_DEVICE_TYPE
1414
{
1515
QDL_DEVICE_USB,
16-
QDL_DEVICE_SIM,
16+
QDL_DEVICE_SIM,
1717
};
1818

1919
struct qdl_device

0 commit comments

Comments
 (0)