Skip to content

Commit c121628

Browse files
committed
fix formatting
1 parent 24621b5 commit c121628

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Integrations/Autodesk/maya/scripts/unityCommands.mel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,8 @@ proc string getCommonNamespace(string $origSelection[]){
807807
// prefer more specific namespaces
808808
($maxNamespaceCount > 0 &&
809809
$intersectionSize == $maxNamespaceCount &&
810-
size($currNamespace) > size($commonNamespace))){
810+
size($currNamespace) > size($commonNamespace)))
811+
{
811812
$commonNamespace = $currNamespace;
812813
$maxNamespaceCount = $intersectionSize;
813814
}
@@ -837,7 +838,7 @@ proc createExportSetDialog(int $exportType){
837838
break;
838839
}
839840

840-
// open up a dialog for choosing the export set options
841+
// open up a dialog for choosing the export set options
841842
string $window = `window -title "Unity FBX Export Options" -iconName "Short Name" -widthHeight 475 250`;
842843

843844
string $container = `formLayout -numberOfDivisions 100`;

0 commit comments

Comments
 (0)