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


The following commit(s) were added to refs/heads/master by this push:
     new a5d5857  Fix formatting
a5d5857 is described below

commit a5d58578ea31959a78ba808cafe38047ae60b525
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Aug 22 11:02:13 2023 -0400

    Fix formatting
---
 src/samples/SimpleApplication.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/samples/SimpleApplication.java 
b/src/samples/SimpleApplication.java
index 697c933..6876c9c 100644
--- a/src/samples/SimpleApplication.java
+++ b/src/samples/SimpleApplication.java
@@ -249,7 +249,7 @@ public class SimpleApplication implements Runnable {
         throws IOException {
             File file = new File(name);
             boolean ok = file.mkdirs();
-            if(! ok)
+            if (!ok)
                 throw new IOException("mkdirs for "+name+" failed");
             createFile(name);
         }

Reply via email to