/hg/icedtea-web: removed whitespace following trailing backslash

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri Apr 26 10:29:47 PDT 2013


changeset 62126eb71a52 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=62126eb71a52
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Apr 26 19:33:06 2013 +0200

	removed whitespace following trailing backslash
	Makefile.am:370: whitespace following trailing backslash
	Makefile.am:371: whitespace following trailing backslash


diffstat:

 Makefile.am                                                  |  4 ++--
 tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0ee3a00bfdd1 -r 62126eb71a52 Makefile.am
--- a/Makefile.am	Fri Apr 26 12:44:48 2013 -0400
+++ b/Makefile.am	Fri Apr 26 19:33:06 2013 +0200
@@ -367,8 +367,8 @@
 	$(CXX) $(CXXFLAGS) \
 	  $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS)) \
 	  $(CPP_UNITTEST_DIR)/*.o \
-	  -lrt \ 
-	  -lpthread \ 
+	  -lrt \
+	  -lpthread \
 	  $(GLIB_LIBS) \
 	  $(MOZILLA_LIBS) \
 	  $(CPP_UNITTEST_FRAMEWORK_LIB)\
diff -r 0ee3a00bfdd1 -r 62126eb71a52 tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java
--- a/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java	Fri Apr 26 12:44:48 2013 -0400
+++ b/tests/test-extensions/net/sourceforge/jnlp/ServerAccess.java	Fri Apr 26 19:33:06 2013 +0200
@@ -119,7 +119,7 @@
      * this flag is indicating whether output of executeProcess should be logged. By default true.
      */
     public static boolean PROCESS_LOG = true;
-    public static boolean LOGS_REPRINT = false;
+    public static boolean LOGS_REPRINT = true;
 
     private Browser currentBrowser;
     public static final String UNSET_BROWSER="unset_browser";



More information about the distro-pkg-dev mailing list