fix whitespace - closes #50

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/083dd8ca
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/083dd8ca
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/083dd8ca

Branch: refs/heads/master
Commit: 083dd8ca0d298e3f9f9407f3b81a6fbfb11bc5f6
Parents: 9f5af26
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Aug 18 21:44:51 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Aug 18 21:44:51 2017 +0200

----------------------------------------------------------------------
 .../org/apache/commons/compress/archivers/tar/TarUtilsTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/083dd8ca/src/test/java/org/apache/commons/compress/archivers/tar/TarUtilsTest.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/compress/archivers/tar/TarUtilsTest.java 
b/src/test/java/org/apache/commons/compress/archivers/tar/TarUtilsTest.java
index 3de7aed..6deae21 100644
--- a/src/test/java/org/apache/commons/compress/archivers/tar/TarUtilsTest.java
+++ b/src/test/java/org/apache/commons/compress/archivers/tar/TarUtilsTest.java
@@ -367,11 +367,11 @@ public class TarUtilsTest {
         };
         assertEquals(expected, TarUtils.parseOctalOrBinary(buffer, 0, 
buffer.length));
     }
-    
+
     @Test
     public void testRoundTripOctalOrBinary8_ValueTooBigForBinary() {
         try {
-               checkRoundTripOctalOrBinary(Long.MAX_VALUE, 8);
+            checkRoundTripOctalOrBinary(Long.MAX_VALUE, 8);
             fail("Should throw exception - value is too long to fit buffer of 
this len");
         } catch (IllegalArgumentException e) {
             assertEquals("Value 9223372036854775807 is too large for 8 byte 
field.", e.getMessage());

Reply via email to