[PVFS2-CVS]
commit by neill in pvfs2/src/common/dotconf: dotconf.c dotconf.h
CVS commit program
cvs at parl.clemson.edu
Wed Jul 28 11:32:34 EDT 2004
Update of /projects/cvsroot/pvfs2/src/common/dotconf
In directory parlweb:/tmp/cvs-serv5554/src/common/dotconf
Modified Files:
dotconf.c dotconf.h
Log Message:
- applied Nathan's expandtab patch (expandtab-2.patch.gz)
first referenced at:
http://www.beowulf-underground.org/pipermail/pvfs2-developers/2004-July/000745.html
Index: dotconf.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/dotconf/dotconf.c,v
diff -p -u -r1.5 -r1.6
--- dotconf.c 4 Nov 2003 15:44:03 -0000 1.5
+++ dotconf.c 28 Jul 2004 14:32:34 -0000 1.6
@@ -1536,5 +1536,5 @@ DOTCONF_CB(dotconf_cb_includepath)
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
Index: dotconf.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/dotconf/dotconf.h,v
diff -p -u -r1.5 -r1.6
--- dotconf.h 4 Nov 2003 15:44:03 -0000 1.5
+++ dotconf.h 28 Jul 2004 14:32:34 -0000 1.6
@@ -355,5 +355,5 @@ extern "C"
* c-basic-offset: 4
* End:
*
- * vim: ts=8 sts=4 sw=4 noexpandtab
+ * vim: ts=8 sts=4 sw=4 expandtab
*/
More information about the PVFS2-CVS
mailing list