Author: todd
Date: Thu Sep 27 22:37:58 2012
New Revision: 1391247

URL: http://svn.apache.org/viewvc?rev=1391247&view=rev
Log:
Fix some spurious whitespace changes in branch (per Suresh's review)

Modified:
    
hadoop/common/branches/HDFS-3077/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ExitUtil.java

Modified: 
hadoop/common/branches/HDFS-3077/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ExitUtil.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-3077/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ExitUtil.java?rev=1391247&r1=1391246&r2=1391247&view=diff
==============================================================================
--- 
hadoop/common/branches/HDFS-3077/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ExitUtil.java
 (original)
+++ 
hadoop/common/branches/HDFS-3077/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ExitUtil.java
 Thu Sep 27 22:37:58 2012
@@ -63,7 +63,7 @@ public final class ExitUtil {
   public static ExitException getFirstExitException() {
     return firstExitException;
   }
-  
+
   /**
    * Reset the tracking of process termination. This is for use
    * in unit tests where one test in the suite expects an exit


Reply via email to