[533169] Tweaking formatting.
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLActionBarContributor.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLActionBarContributor.java
index d2774ef..47f539d 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLActionBarContributor.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLActionBarContributor.java
@@ -225,10 +225,10 @@
 		validateAction = new UMLValidateAction();
 		controlAction = new UMLControlAction();
 
-	    findAction = FindAction.create();
-	    revertAction = new RevertAction();
-	    expandAllAction = new ExpandAllAction();
-	    collapseAllAction = new CollapseAllAction();
+		findAction = FindAction.create();
+		revertAction = new RevertAction();
+		expandAllAction = new ExpandAllAction();
+		collapseAllAction = new CollapseAllAction();
 	}
 
 	/**