You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/11 15:56:33 UTC

[commons-vfs] branch master updated: Remove trailing whitespace.

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c3263c  Remove trailing whitespace.
9c3263c is described below

commit 9c3263cf03ccf7380fe92d0af209ad92cc7ef042
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 11 10:56:29 2021 -0500

    Remove trailing whitespace.
---
 .../src/main/java/org/apache/commons/vfs2/provider/LayeredFileName.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/LayeredFileName.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/LayeredFileName.java
index c6540de..12e333b 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/LayeredFileName.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/LayeredFileName.java
@@ -32,7 +32,7 @@ public class LayeredFileName extends AbstractFileName {
     public static final char LAYER_SEPARATOR = '!';
 
     static final char SCHEME_SEPARATOR = ':';
-    
+
     private final FileName outerUri;
 
     /**