Revision: 41597
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41597&view=rev
Author:   brlcad
Date:     2010-12-14 15:04:44 +0000 (Tue, 14 Dec 2010)

Log Message:
-----------
the *** suffix was dropped a long time ago, not needed.  add c-file-style 
stroustrup to get consistent c++ format rules.

Modified Paths:
--------------
    rt^3/trunk/cmake/rt3commons.cmake

Modified: rt^3/trunk/cmake/rt3commons.cmake
===================================================================
--- rt^3/trunk/cmake/rt3commons.cmake   2010-12-14 14:59:49 UTC (rev 41596)
+++ rt^3/trunk/cmake/rt3commons.cmake   2010-12-14 15:04:44 UTC (rev 41597)
@@ -29,12 +29,13 @@
 
 
 SET (RT3_FILE_FOOTER "/*
- * Local Variables: ***
- * mode: C++ ***
- * tab-width: 8 ***
- * c-basic-offset: 2 ***
- * indent-tabs-mode: t ***
- * End: ***
+ * Local Variables:
+ * mode: C++
+ * tab-width: 8
+ * c-basic-offset: 2
+ * indent-tabs-mode: t
+ * c-file-style: \"stroustrup\"
+ * End:
  * ex: shiftwidth=2 tabstop=8
  */
 ")


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to