From 1521eb8ba95d71eec1de44d56e4be1729e9c87a0 Mon Sep 17 00:00:00 2001
From: Martin Storsjo <martin@martin.st>
Date: Thu, 20 Mar 2014 08:12:29 +0200
Subject: [PATCH] ads2armasm_ms: Match the indentation of the previous line

Instead of hardcoding a certain indentation, use the regexp to
provide similar indentation for the new line as well.

Change-Id: Iacb2621b35ce7e1aa3980c1603b8e3ab02d98a35
---
 build/make/ads2armasm_ms.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/make/ads2armasm_ms.pl b/build/make/ads2armasm_ms.pl
index 61ffe88691..2a2c470ff8 100755
--- a/build/make/ads2armasm_ms.pl
+++ b/build/make/ads2armasm_ms.pl
@@ -32,7 +32,7 @@ while (<STDIN>)
 
     s/ldrneb/ldrbne/i;
     s/ldrneh/ldrhne/i;
-    s/(ENDP.*)/$&\n    ALIGN 4/;
+    s/^(\s*)ENDP.*/$&\n$1ALIGN 4/;
 
     print;
 }
-- 
GitLab