Revision: 57069
          http://sourceforge.net/p/brlcad/code/57069
Author:   brlcad
Date:     2013-08-22 17:00:43 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
ws consistency

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/g-step/g-step.cpp

Modified: brlcad/trunk/src/conv/step/g-step/g-step.cpp
===================================================================
--- brlcad/trunk/src/conv/step/g-step/g-step.cpp        2013-08-22 16:42:11 UTC 
(rev 57068)
+++ brlcad/trunk/src/conv/step/g-step/g-step.cpp        2013-08-22 17:00:43 UTC 
(rev 57069)
@@ -134,7 +134,7 @@
     ON_String ss = wstr;
     //bu_log("Brep:\n %s\n", ss.Array());
 
-    Registry *registry = new Registry( SchemaInit );
+    Registry *registry = new Registry(SchemaInit);
     InstMgr instance_list;
     STEPfile *sfile = new STEPfile(*registry, instance_list);
 
@@ -147,13 +147,13 @@
     /* 1 - Populate File_Name */
     SdaiFile_name * fn = (SdaiFile_name *)sfile->HeaderDefaultFileName();
     fn->name_("'brep'");
-    fn->time_stamp_( "" );
+    fn->time_stamp_("");
     StringAggregate_ptr author_tmp = new StringAggregate;
     author_tmp->AddNode(new StringNode("''"));
-    fn->author_( author_tmp );
+    fn->author_(author_tmp);
     StringAggregate_ptr org_tmp = new StringAggregate;
     org_tmp->AddNode(new StringNode("''"));
-    fn->organization_( org_tmp );
+    fn->organization_(org_tmp);
     fn->preprocessor_version_("'BRL-CAD g-step exporter'");
     fn->originating_system_("''");
     fn->authorization_("''");

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to