[Ocfs2-commits] manish commits r1186 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 22 18:45:25 CDT 2004


Author: manish
Date: 2004-06-22 17:45:23 -0500 (Tue, 22 Jun 2004)
New Revision: 1186

Modified:
   trunk/src/super.c
Log:
Minor formatting nit


Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-06-22 22:44:35 UTC (rev 1185)
+++ trunk/src/super.c	2004-06-22 22:45:23 UTC (rev 1186)
@@ -438,8 +438,7 @@
 
 	LOG_TRACE_ARGS("strlen(options) = %u, options = \"%s\"\n", (unsigned int)strlen(options), options);
 
-	while ( (c = strsep(&options, ",")) != NULL)
-	{
+	while ((c = strsep(&options, ",")) != NULL) {
 		if ((value = strchr (c, '=')) != NULL)
 			*value++ = 0;
 		if (!strcmp (c, "gid")) {



More information about the Ocfs2-commits mailing list