[Ocfs2-tools-commits] mfasheh commits r998 - trunk/libocfs2/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 26 13:50:43 CDT 2005


Author: mfasheh
Date: 2005-07-26 13:50:43 -0500 (Tue, 26 Jul 2005)
New Revision: 998

Modified:
   trunk/libocfs2/include/ocfs2_lockid.h
Log:
* update tools header to be up to date with kernel



Modified: trunk/libocfs2/include/ocfs2_lockid.h
===================================================================
--- trunk/libocfs2/include/ocfs2_lockid.h	2005-07-23 00:03:06 UTC (rev 997)
+++ trunk/libocfs2/include/ocfs2_lockid.h	2005-07-26 18:50:43 UTC (rev 998)
@@ -11,12 +11,12 @@
  * modify it under the terms of the GNU General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -58,11 +58,11 @@
 			break;
 		case OCFS2_LOCK_TYPE_RENAME:
 			c = 'R';
-
+			break;
 		default:
 			c = '\0';
 	}
-	
+
 	return c;
 }
 



More information about the Ocfs2-tools-commits mailing list