public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] make: clean up line continuation backslashes
@ 2025-09-05 12:54 Gabriel Goller
  2025-09-05 19:07 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2025-09-05 12:54 UTC (permalink / raw)
  To: pve-devel

Some backslashes were not indented correctly and some used spaces
instead of tabs. Most were introduced in the recent fabrics series
(29ebe4e8d45c ("ui: fabrics: add model definitions for fabrics") and
following).

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 www/manager6/Makefile | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/www/manager6/Makefile b/www/manager6/Makefile
index 07401f21520b..85f9268d1068 100644
--- a/www/manager6/Makefile
+++ b/www/manager6/Makefile
@@ -35,7 +35,7 @@ JSSRC= 							\
 	form/ContentTypeSelector.js			\
 	form/ControllerSelector.js			\
 	form/DayOfWeekSelector.js			\
-	form/DirMapSelector.js                          \
+	form/DirMapSelector.js				\
 	form/DiskFormatSelector.js			\
 	form/DiskStorageSelector.js			\
 	form/FileSelector.js				\
@@ -71,7 +71,7 @@ JSSRC= 							\
 	form/SecurityGroupSelector.js			\
 	form/SnapshotSelector.js			\
 	form/SpiceEnhancementSelector.js		\
-	form/StorageScanNodeSelector.js	    		\
+	form/StorageScanNodeSelector.js			\
 	form/StorageSelector.js				\
 	form/TFASelector.js				\
 	form/TokenSelector.js 				\
@@ -131,16 +131,16 @@ JSSRC= 							\
 	window/Settings.js				\
 	window/Snapshot.js				\
 	window/StartupEdit.js				\
-	window/DownloadUrlToStorage.js 			\
+	window/DownloadUrlToStorage.js			\
 	window/UploadToStorage.js 			\
 	window/ScheduleSimulator.js			\
 	window/Wizard.js				\
-	window/GuestDiskReassign.js				\
+	window/GuestDiskReassign.js			\
 	window/GuestStop.js				\
 	window/TreeSettingsEdit.js			\
 	window/PCIMapEdit.js				\
 	window/USBMapEdit.js				\
-	window/DirMapEdit.js                            \
+	window/DirMapEdit.js				\
 	window/GuestImport.js				\
 	ha/Fencing.js					\
 	ha/ResourceEdit.js				\
@@ -283,7 +283,7 @@ JSSRC= 							\
 	sdn/StatusView.js				\
 	sdn/VnetEdit.js					\
 	sdn/VnetView.js					\
-	sdn/VnetACLView.js					\
+	sdn/VnetACLView.js				\
 	sdn/VnetPanel.js				\
 	sdn/SubnetEdit.js				\
 	sdn/SubnetView.js				\
@@ -314,15 +314,15 @@ JSSRC= 							\
 	sdn/zones/VxlanEdit.js				\
 	sdn/FabricsView.js				\
 	sdn/fabrics/Common.js				\
-	sdn/fabrics/InterfacePanel.js				\
+	sdn/fabrics/InterfacePanel.js			\
 	sdn/fabrics/NodeEdit.js				\
-	sdn/fabrics/FabricEdit.js				\
-	sdn/fabrics/openfabric/InterfacePanel.js				\
-	sdn/fabrics/openfabric/NodeEdit.js				\
-	sdn/fabrics/openfabric/FabricEdit.js				\
-	sdn/fabrics/ospf/InterfacePanel.js	\
-	sdn/fabrics/ospf/NodeEdit.js	\
-	sdn/fabrics/ospf/FabricEdit.js	\
+	sdn/fabrics/FabricEdit.js			\
+	sdn/fabrics/openfabric/InterfacePanel.js	\
+	sdn/fabrics/openfabric/NodeEdit.js		\
+	sdn/fabrics/openfabric/FabricEdit.js		\
+	sdn/fabrics/ospf/InterfacePanel.js		\
+	sdn/fabrics/ospf/NodeEdit.js			\
+	sdn/fabrics/ospf/FabricEdit.js			\
 	storage/ContentView.js				\
 	storage/BackupView.js				\
 	storage/Base.js					\
-- 
2.47.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] make: clean up line continuation backslashes
  2025-09-05 12:54 [pve-devel] [PATCH manager] make: clean up line continuation backslashes Gabriel Goller
@ 2025-09-05 19:07 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-09-05 19:07 UTC (permalink / raw)
  To: pve-devel, Gabriel Goller

On Fri, 05 Sep 2025 14:54:33 +0200, Gabriel Goller wrote:
> Some backslashes were not indented correctly and some used spaces
> instead of tabs. Most were introduced in the recent fabrics series
> (29ebe4e8d45c ("ui: fabrics: add model definitions for fabrics") and
> following).
> 
> 

Applied, thanks!

[1/1] make: clean up line continuation backslashes
      commit: a5250e9e9c6cbb8d6842222500cfb38723250576


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-05 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-05 12:54 [pve-devel] [PATCH manager] make: clean up line continuation backslashes Gabriel Goller
2025-09-05 19:07 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal