You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/02 12:29:01 UTC

svn commit: r1003766 - in /commons/proper/daemon/trunk/src/samples: Native.c build.xml

Author: sebb
Date: Sat Oct  2 10:29:00 2010
New Revision: 1003766

URL: http://svn.apache.org/viewvc?rev=1003766&view=rev
Log:
Trailing blanks

Modified:
    commons/proper/daemon/trunk/src/samples/Native.c
    commons/proper/daemon/trunk/src/samples/build.xml

Modified: commons/proper/daemon/trunk/src/samples/Native.c
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/samples/Native.c?rev=1003766&r1=1003765&r2=1003766&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/samples/Native.c (original)
+++ commons/proper/daemon/trunk/src/samples/Native.c Sat Oct  2 10:29:00 2010
@@ -18,7 +18,7 @@
  * Native routine to core JVM
  */
 #include <jni.h>
- 
+
 #ifndef _Included_Native
 #define _Included_Native
 #ifdef __cplusplus
@@ -36,7 +36,7 @@ JNIEXPORT void JNICALL Java_SimpleDaemon
     memcpy(&i, &i, i);
     memset(&i, ' ', 1024);
 }
- 
+
 #ifdef __cplusplus
 }
 #endif

Modified: commons/proper/daemon/trunk/src/samples/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/samples/build.xml?rev=1003766&r1=1003765&r2=1003766&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/samples/build.xml (original)
+++ commons/proper/daemon/trunk/src/samples/build.xml Sat Oct  2 10:29:00 2010
@@ -34,7 +34,7 @@
       <fileset dir="${dist.home}" includes="SimpleDaemon.jar service.jar aloneservice.jar ProcrunService.jar"/>
     </delete>
   </target>
-  
+
   <target name="SimpleDaemon" depends="compile"
    description="Create SimpleDaemon.jar">
     <mkdir      dir="${dist.home}"/>