Passed
Pull Request — master (#145)
by Goffy
04:27
created
admin/building.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
         }
83 83
         unset($build);
84 84
         // Directory to saved all files
85
-		$building_directory = sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY, $moduleDirname);
85
+        $building_directory = sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY, $moduleDirname);
86 86
         
87 87
         // Copy this module in root modules
88 88
         if (1 === $inroot_copy) {
@@ -97,9 +97,9 @@  discard block
 block discarded – undo
97 97
                 }
98 98
             }
99 99
             $building->copyDir($fromDir, $toDir);
100
-			$building_directory .= sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY_INROOT, $toDir);
100
+            $building_directory .= sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY_INROOT, $toDir);
101 101
         }
102
-		$GLOBALS['xoopsTpl']->assign('building_directory', $building_directory);
102
+        $GLOBALS['xoopsTpl']->assign('building_directory', $building_directory);
103 103
         break;
104 104
     case 'default':
105 105
     default:
Please login to merge, or discard this patch.