Cleanup (formatting)
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>
Tue, 3 Feb 2015 09:45:11 +0000 (12:45 +0300)
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>
Tue, 3 Feb 2015 09:45:11 +0000 (12:45 +0300)
platform/core-impl/src/com/intellij/psi/impl/DocumentCommitProcessor.java

index ef4b6f4fd7d90a05fc5dd2141adcd93e96814989..f7a02b786e54950df13e81934bce7a5a8587d834 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2014 JetBrains s.r.o.
+ * Copyright 2000-2015 JetBrains s.r.o.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -103,8 +103,8 @@ public abstract class DocumentCommitProcessor {
   // public for Upsource
   @Nullable("returns runnable to execute under write action in AWT to finish the commit")
   public Processor<Document> doCommit(@NotNull final CommitTask task,
-                               @NotNull final PsiFile file,
-                               final boolean synchronously) {
+                                      @NotNull final PsiFile file,
+                                      final boolean synchronously) {
     Document document = task.document;
     final long startDocModificationTimeStamp = document.getModificationStamp();
     final FileElement myTreeElementBeingReparsedSoItWontBeCollected = ((PsiFileImpl)file).calcTreeElement();