From cbdaf3354d3ed236155adfba6ad89461e9a113e0 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 15 May 2007 14:19:28 +0000
Subject: [PATCH] Remove white space that the end of lines

---
 opends/src/quicksetup/org/opends/quicksetup/Launcher.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/Launcher.java b/opends/src/quicksetup/org/opends/quicksetup/Launcher.java
index ca453f6..5a8a575 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Launcher.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Launcher.java
@@ -109,12 +109,12 @@
     }
     return printVersion;
   }
-  
+
   /**
    * Indicates whether the launcher will launch a command line versus
    * a graphical application based on the contents of the arguments
    * passed into the constructor.
-   * 
+   *
    * @return boolean where true indicates that a CLI application
    *         should be launched
    */

--
Gitblit v1.10.0