Przeglądaj źródła

WhitespaceClean-core/batch

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
mafoo 9 lat temu
rodzic
commit
0d9f7c757a
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      core/menu/app_config.php
  2. 1 1
      core/users/app_config.php

+ 1 - 1
core/menu/app_config.php

@@ -163,7 +163,7 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "menu_item_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "menu_item_desc";
-		
+
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;

+ 1 - 1
core/users/app_config.php

@@ -127,7 +127,7 @@
 		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
-		
+
 	//schema details
 		$y = 0; //table array index
 		$z = 0; //field array index