summaryrefslogtreecommitdiff
path: root/scripts/dtc/srcpos.h
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-13 15:19:31 +0200
committerTom Rini <[email protected]>2024-07-15 12:12:18 -0600
commit10cb047b8bf930ff7c9b2fb3c7902b303553c2d3 (patch)
tree3ae1d31a5cff43ae7f03804d4bb87da54662f6fd /scripts/dtc/srcpos.h
parent2cd9466bedec4950d7291efa95f228c5150ee421 (diff)
scripts: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts/dtc/srcpos.h')
-rw-r--r--scripts/dtc/srcpos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dtc/srcpos.h b/scripts/dtc/srcpos.h
index 5db32a723e1..fcd9937a911 100644
--- a/scripts/dtc/srcpos.h
+++ b/scripts/dtc/srcpos.h
@@ -95,7 +95,6 @@ struct srcpos {
} \
} while (0)
-
/*
* Fictional source position used for IR nodes that are
* created without otherwise knowing a true source position.