Revision: 69983
          http://sourceforge.net/p/brlcad/code/69983
Author:   starseeker
Date:     2017-07-22 02:32:37 +0000 (Sat, 22 Jul 2017)
Log Message:
-----------
avoid a 'misleading indentation' complaint from GCC6

Modified Paths:
--------------
    brlcad/trunk/src/other/stepcode/src/exp2cxx/selects.c

Modified: brlcad/trunk/src/other/stepcode/src/exp2cxx/selects.c
===================================================================
--- brlcad/trunk/src/other/stepcode/src/exp2cxx/selects.c       2017-07-21 
23:25:01 UTC (rev 69982)
+++ brlcad/trunk/src/other/stepcode/src/exp2cxx/selects.c       2017-07-22 
02:32:37 UTC (rev 69983)
@@ -45,8 +45,8 @@
                   ((t)->u.type->body->type == integer_) || \
                   ((t)->u.type->body->type == number_) )
 #define PRINT_BUG_REPORT  \
-     fprintf( f, "    std::cerr << __FILE__ << \":\" << __LINE__ <<  \":  
ERROR" \
-              " in schema library:  \\n\" \n    << _POC_ << \"\\n\\n\";\n");
+     fprintf( f, "  std::cerr << __FILE__ << \":\" << __LINE__ <<  \":  ERROR" 
\
+              " in schema library:  \\n\" \n  << _POC_ << \"\\n\\n\";\n");
 
 #define PRINT_SELECTBUG_WARNING(f) \
      fprintf( (f), "\n   severity( SEVERITY_WARNING );\n" ); \

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to