Revision: 77678
          http://sourceforge.net/p/brlcad/code/77678
Author:   brlcad
Date:     2020-11-04 14:26:08 +0000 (Wed, 04 Nov 2020)
Log Message:
-----------
cleanup, oepl

Modified Paths:
--------------
    brlcad/trunk/src/librt/dir.c

Modified: brlcad/trunk/src/librt/dir.c
===================================================================
--- brlcad/trunk/src/librt/dir.c        2020-11-04 03:17:34 UTC (rev 77677)
+++ brlcad/trunk/src/librt/dir.c        2020-11-04 14:26:08 UTC (rev 77678)
@@ -139,7 +139,8 @@
        id = ID_COMBINATION;
     } else {
        /* As a convenience to older ft_import4 routines */
-       if (mat == NULL) mat = bn_mat_identity;
+       if (mat == NULL)
+           mat = bn_mat_identity;
        id = rt_id_solid(&ext);
     }
 
@@ -173,6 +174,7 @@
     return id;                 /* OK */
 }
 
+
 int
 rt_db_put_internal(
     struct directory *dp,
@@ -214,6 +216,7 @@
     return 0;                  /* OK */
 }
 
+
 int
 rt_fwrite_internal(
     FILE *fp,
@@ -247,9 +250,9 @@
        bu_free_external(&ext);
        return -3;
     }
+
     bu_free_external(&ext);
     return 0;
-
 }
 
 
@@ -277,6 +280,7 @@
     RT_DB_INTERNAL_INIT(ip);
 }
 
+
 int
 rt_db_lookup_internal (
     struct db_i *dbip,

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to