diff src/gaslist.inc @ 582:b455b31ce022

work on 2.97 stable
author heinrichsweikamp
date Mon, 26 Feb 2018 16:40:28 +0100
parents 653a3ab08062
children ca4556fb60b9
line wrap: on
line diff
--- a/src/gaslist.inc	Sun Feb 25 18:25:38 2018 +0100
+++ b/src/gaslist.inc	Mon Feb 26 16:40:28 2018 +0100
@@ -9,25 +9,32 @@
 ; HISTORY
 ;   2011-08-11 : [jDG] Creation.
 
-    ; Utils
-    extern  gaslist_strcat_gas
-    extern  gaslist_strcat_gas_mod
-    extern  gaslist_strcat_setpoint
+	; Utils
+	extern	gaslist_strcat_gas
+	extern	gaslist_strcat_gas_mod
+	extern	gaslist_strcat_setpoint
 
-    ;Setpoint Setup
-    extern  gaslist_spplus,gaslist_spdepthplus, gaslist_spdepthminus,gaslist_setSP
+	;Setpoint Setup
+	extern	gaslist_spplus
+	extern	gaslist_spdepthplus
+	extern	gaslist_spdepthminus
+	extern	gaslist_setSP
+
+	; Select currently edited gas
+	extern	gaslist_setgas
+	extern	gaslist_gastitle
 
-    ; Select currently edited gas
-    extern  gaslist_setgas, gaslist_gastitle
-    
-    ; Main gaslist menu
-    extern  gaslist_pO2, gaslist_mO2
-    extern  gaslist_pHe, gaslist_mHe
-    extern  gaslist_show_type
-    extern  gaslist_toggle_type
-    extern  gaslist_cleanup_list    ; Takes care that only one gas can be first and first has 0m change depth
+	; Main gaslist menu
+	extern	gaslist_pO2, gaslist_mO2
+	extern	gaslist_pHe, gaslist_mHe
+	extern	gaslist_show_type
+	extern	gaslist_toggle_type
+	extern	gaslist_cleanup_list		; Takes care that only one gas can be first and first has 0m change depth
 
-    ; Depth submennu
-    extern  gaslist_pDepth, gaslist_mDepth
-    extern  gaslist_MOD_END, gaslist_ppo2
-    extern  gaslist_reset_mod_title,  gaslist_reset_mod
+	; Depth submennu
+	extern	gaslist_pDepth
+	extern	gaslist_mDepth
+	extern	gaslist_MOD_END
+	extern	gaslist_ppo2
+	extern	gaslist_reset_mod_title
+	extern	gaslist_reset_mod