summaryrefslogtreecommitdiff
path: root/include/dfu.h
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-23 01:28:34 +0200
committerTom Rini <[email protected]>2024-07-29 15:01:04 -0600
commit6627fbba203f89a316299d35f6a2ff3f33dd15c8 (patch)
treecce8ae95fef0efc70c6ee256b3f007951aaec56f /include/dfu.h
parenta1af57b70ad14fc490b5227d11c0edd954a81978 (diff)
include: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/dfu.h')
-rw-r--r--include/dfu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dfu.h b/include/dfu.h
index fa1918cd663..6c5431b3948 100644
--- a/include/dfu.h
+++ b/include/dfu.h
@@ -99,7 +99,6 @@ struct virt_internal_data {
int dev_num;
};
-
#if defined(CONFIG_DFU_NAME_MAX_SIZE)
#define DFU_NAME_SIZE CONFIG_DFU_NAME_MAX_SIZE
#else