This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 09f1c972518cd1a38fdaae1890c114d755d1317b Author: Gary Gregory <[email protected]> AuthorDate: Thu Dec 8 11:07:22 2022 -0500 Remove trailing whitespace --- .../java/org/apache/commons/compress/archivers/cpio/CpioConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java index 148a34f2..f71ca32f 100644 --- a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java +++ b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java @@ -22,7 +22,7 @@ package org.apache.commons.compress.archivers.cpio; * All constants needed by CPIO. * * based on code from the jRPM project (jrpm.sourceforge.net) - * + * * http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html has a list of the C_xxx constants. * */
