]> git.saurik.com Git - wxWidgets.git/commitdiff
Whitespace fixes.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 5 Feb 2008 22:26:23 +0000 (22:26 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 5 Feb 2008 22:26:23 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/example.xml
build/buildbot/config/testdrive-unix.xml

index 344c8abc92ceaedfa9a8173caf164a3caa8409d8..efffc512edd73b1f5154e0a406d2be0addc4db6f 100644 (file)
@@ -48,7 +48,7 @@
     <!--
         The name of a scheduler that will trigger this build. common.xml
         currently defines:
-        
+
         * 'trunk_quick' and 'stable_quick'. These trigger a build after
           every source change on the trunk and stable branches respectively.
 
@@ -61,7 +61,7 @@
 
         An empty <scheduler/> element takes its value from the previous build
         incremented in the following way:
-        
+
         * Weekly schedulers are incremented by a day, monday_0600 becomes
           tuesday_0600, and at the end of the week the time is also bumped by
           an hour, saturday_0600 becomes sunday_0700.
index 9173004eb3369cb089d6f9697bdd0a1305442358..69b42587e630b1aafc4211216ec0526c869785b4 100644 (file)
@@ -42,7 +42,7 @@
     at once with make -j.
 -->
 
-<!-- 
+<!--
     Unix Quick Builds
 -->
 
@@ -76,7 +76,7 @@
     </steps>
 </build>
 
-<!-- 
+<!--
     Mac Quick Builds
 -->
 
     </steps>
 </build>
 
-<!-- 
+<!--
     Windows Quick Builds
 -->
 
     </steps>
 </build>
 
-<!-- 
+<!--
     Daily builds
 -->
 
     X11, motif and gtk+-2. For locations see cygwin-opts/cygwin-x-opts
     below.
 -->
-    
+
 <!--  for wxBase or wxMSW -->
 <xsl:variable name="cygwin-opts">
     --host=i686-pc-cygwin
 <!-- for wxX11, wxMotif, wxGTK -->
 <xsl:variable name="cygwin-x-opts">
     <xsl:value-of select="$cygwin-opts"/>
-    --x-includes=$HOME/cygwin/usr/X11R6/include 
-    --x-libraries=$HOME/cygwin/usr/X11R6/lib 
+    --x-includes=$HOME/cygwin/usr/X11R6/include
+    --x-libraries=$HOME/cygwin/usr/X11R6/lib
     PKG_CONFIG_PATH=$HOME/opt/cygwin/pkgconfig
 </xsl:variable>