[pve-devel] [PATCH ha-manager 1/9] ha: put source files on individual new lines

Daniel Kral d.kral at proxmox.com
Mon Dec 15 16:52:11 CET 2025


There are quite a lot of source files in the list already. To reduce
noise in diffs on changes here, put each on a newline.

Signed-off-by: Daniel Kral <d.kral at proxmox.com>
---
 src/PVE/HA/Makefile | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/PVE/HA/Makefile b/src/PVE/HA/Makefile
index 0b240e1e..1aeb976b 100644
--- a/src/PVE/HA/Makefile
+++ b/src/PVE/HA/Makefile
@@ -1,5 +1,16 @@
-SIM_SOURCES=CRM.pm Env.pm Groups.pm HashTools.pm Rules.pm Resources.pm LRM.pm \
-	Manager.pm NodeStatus.pm Tools.pm FenceConfig.pm Fence.pm Usage.pm
+SIM_SOURCES=CRM.pm \
+	    Env.pm \
+	    Groups.pm \
+	    HashTools.pm \
+	    Rules.pm \
+	    Resources.pm \
+	    LRM.pm \
+	    Manager.pm \
+	    NodeStatus.pm \
+	    Tools.pm \
+	    FenceConfig.pm \
+	    Fence.pm \
+	    Usage.pm
 
 SOURCES=${SIM_SOURCES} Config.pm
 
-- 
2.47.3





More information about the pve-devel mailing list