Revision: 71175
          http://sourceforge.net/p/brlcad/code/71175
Author:   starseeker
Date:     2018-07-18 14:21:15 +0000 (Wed, 18 Jul 2018)
Log Message:
-----------
ws

Modified Paths:
--------------
    brlcad/trunk/src/libbu/temp.c

Modified: brlcad/trunk/src/libbu/temp.c
===================================================================
--- brlcad/trunk/src/libbu/temp.c       2018-07-18 14:17:06 UTC (rev 71174)
+++ brlcad/trunk/src/libbu/temp.c       2018-07-18 14:21:15 UTC (rev 71175)
@@ -91,10 +91,10 @@
     }
 
 #if defined(HAVE_WINDOWS_H)
-       nhandler = disable_duplicate_close_check;
+    nhandler = disable_duplicate_close_check;
     stdhandler = _set_invalid_parameter_handler(nhandler);
-       /* Turn off the message box as well. */
-       (void)_CrtSetReportMode(_CRT_ASSERT, 0);
+    /* Turn off the message box as well. */
+    (void)_CrtSetReportMode(_CRT_ASSERT, 0);
 #endif
 
     /* close all files, free their nodes, and unlink */

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