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 2019/12/18 21:05:47 UTC

[commons-daemon] 01/02: Remove trailing white spaces on all lines.

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

commit 0674022e21a32657b1b5338f3dfaa311bec7d53f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 18 15:29:35 2019 -0500

    Remove trailing white spaces on all lines.
---
 src/main/java/org/apache/commons/daemon/DaemonInitException.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/daemon/DaemonInitException.java b/src/main/java/org/apache/commons/daemon/DaemonInitException.java
index 9dd4130..9dd3a48 100644
--- a/src/main/java/org/apache/commons/daemon/DaemonInitException.java
+++ b/src/main/java/org/apache/commons/daemon/DaemonInitException.java
@@ -17,7 +17,7 @@
 package org.apache.commons.daemon;
 
 /**
- * Throw this during init if you can't initialise yourself for some expected 
+ * Throw this during init if you can't initialise yourself for some expected
  * reason.  Using this exception will cause the exception's message to come out
  * on stdout, rather than a dirty great stacktrace.
  */