Skip to content

Commit 6d544a5

Browse files
committed
Remove trailing whitespace
1 parent df4a27c commit 6d544a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/codec/binary/Base64Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ public void testCodec265() {
14021402
// 1GiB: Input buffer to encode
14031403
// 1GiB: Existing working buffer (due to doubling of default buffer size of 8192)
14041404
// ~2GiB: New working buffer to allocate (due to doubling)
1405-
// ~1.33GiB: Expected output size (since the working buffer is copied at the end)
1405+
// ~1.33GiB: Expected output size (since the working buffer is copied at the end)
14061406
// 32KiB: Some head room
14071407
final long estimatedMemory = (long) size1GiB * 4 + expectedLength + 32 * 1024;
14081408
Assume.assumeTrue("Not enough free memory for the test", presumableFreeMemory > estimatedMemory);

src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ public void testHash128x64WithOffsetLengthAndSeed() {
716716

717717
/**
718718
* Test the {@link MurmurHash3#hash128x64(byte[], int, int, int)} algorithm.
719-
*
719+
*
720720
* <p>Explicit test for a negative seed. The original implementation has a sign extension error
721721
* for negative seeds.
722722
*

0 commit comments

Comments
 (0)