From 2300b272d58519334a4edd75ac44152362909fa1 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 23 Oct 2023 08:17:08 -0400 Subject: [PATCH] Remove trailing whitespace --- .../org/apache/commons/compress/archivers/tar/TarUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java index 4a97bd104fb..f9f1ea5473c 100644 --- a/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java +++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java @@ -623,7 +623,7 @@ public static long parseOctalOrBinary(final byte[] buffer, final int offset, /** * For PAX Format 0.1, the sparse headers are stored in a single variable : GNU.sparse.map - * + * *

* GNU.sparse.map: * Map of non-null data chunks. It is a string consisting of comma-separated values "offset,size[,offset-1,size-1...]"