svn commit: trunk/uClibc: libc/sysdeps/linux/arm libc/sysdeps/linu etc...

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 01:24:46 PST 2008


Author: vapier
Date: 2008-01-05 01:24:45 -0800 (Sat, 05 Jan 2008)
New Revision: 20726

Log:
whitespace only: touchups from Hans-Christian Egtvedt

Modified:
   trunk/uClibc/libc/sysdeps/linux/arm/sigrestorer.S
   trunk/uClibc/libc/sysdeps/linux/sh/sys/ucontext.h
   trunk/uClibc/libcrypt/md5.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/arm/sigrestorer.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/sigrestorer.S	2008-01-05 09:22:58 UTC (rev 20725)
+++ trunk/uClibc/libc/sysdeps/linux/arm/sigrestorer.S	2008-01-05 09:24:45 UTC (rev 20726)
@@ -18,7 +18,7 @@
 
 #include <sys/syscall.h>
 #include <linux/version.h>
-	
+
 /* If no SA_RESTORER function was specified by the application we use
    one of these.  This avoids the need for the kernel to synthesise a return
    instruction on the stack, which would involve expensive cache flushes.

Modified: trunk/uClibc/libc/sysdeps/linux/sh/sys/ucontext.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sh/sys/ucontext.h	2008-01-05 09:22:58 UTC (rev 20725)
+++ trunk/uClibc/libc/sysdeps/linux/sh/sys/ucontext.h	2008-01-05 09:24:45 UTC (rev 20726)
@@ -88,7 +88,7 @@
 typedef struct
   {
     unsigned int oldmask;
-	
+
     /* CPU registers */
     gregset_t gregs;
     unsigned int pc;
@@ -105,7 +105,7 @@
     unsigned int fpscr;
     unsigned int fpul;
     unsigned int ownedfp;
-#endif	
+#endif
   } mcontext_t;
 
 /* Userlevel context.  */

Modified: trunk/uClibc/libcrypt/md5.c
===================================================================
--- trunk/uClibc/libcrypt/md5.c	2008-01-05 09:22:58 UTC (rev 20725)
+++ trunk/uClibc/libcrypt/md5.c	2008-01-05 09:24:45 UTC (rev 20726)
@@ -28,8 +28,8 @@
  * edited for clarity and style only.
  *
  * ----------------------------------------------------------------------------
- * The md5_crypt() function was taken from freeBSD's libcrypt and contains 
- * this license: 
+ * The md5_crypt() function was taken from freeBSD's libcrypt and contains
+ * this license:
  *    "THE BEER-WARE LICENSE" (Revision 42):
  *     <phk at login.dknet.dk> wrote this file.  As long as you retain this notice you
  *     can do whatever you want with this stuff. If we meet some day, and you think
@@ -38,7 +38,7 @@
  * $FreeBSD: src/lib/libcrypt/crypt.c,v 1.7.2.1 1999/08/29 14:56:33 peter Exp $
  *
  * ----------------------------------------------------------------------------
- * On April 19th, 2001 md5_crypt() was modified to make it reentrant 
+ * On April 19th, 2001 md5_crypt() was modified to make it reentrant
  * by Erik Andersen <andersen at uclibc.org>
  *
  *
@@ -99,7 +99,7 @@
 #define MD5_MAGIC_STR "$1$"
 #define MD5_MAGIC_LEN (sizeof(MD5_MAGIC_STR) - 1)
 static const unsigned char __md5__magic[] = MD5_MAGIC_STR;
-						/* This string is magic for this algorithm.  Having 
+						/* This string is magic for this algorithm.  Having
 						   it this way, we can get better later on */
 static const unsigned char __md5_itoa64[] =		/* 0 ... 63 => ascii - 64 */
 	"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
@@ -333,7 +333,7 @@
 
 	__md5_Decode (x, block, 64);
 
-	a = state[0]; b = state[1]; c = state[2]; d = state[3]; 
+	a = state[0]; b = state[1]; c = state[2]; d = state[3];
 
 #if MD5_SIZE_OVER_SPEED > 2
 	pc = C; pp = P; ps = S - 4;



More information about the uClibc-cvs mailing list