Revision: 56793
          http://sourceforge.net/p/brlcad/code/56793
Author:   carlmoore
Date:     2013-08-13 15:11:27 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
remove trailing blanks/tabs, and fix a spelling

Modified Paths:
--------------
    brlcad/trunk/src/conv/g-voxel.c
    brlcad/trunk/src/librt/primitives/hrt/hrt.c

Modified: brlcad/trunk/src/conv/g-voxel.c
===================================================================
--- brlcad/trunk/src/conv/g-voxel.c     2013-08-13 15:09:29 UTC (rev 56792)
+++ brlcad/trunk/src/conv/g-voxel.c     2013-08-13 15:11:27 UTC (rev 56793)
@@ -149,7 +149,7 @@
        argc--;
        argv++;
     }
-    
+
     if (gottree != 0) {
        VMOVE(dataValues.bbMin, rtip->mdl_min);
 

Modified: brlcad/trunk/src/librt/primitives/hrt/hrt.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-13 15:09:29 UTC (rev 
56792)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-13 15:11:27 UTC (rev 
56793)
@@ -190,7 +190,7 @@
 void
 rt_hrt_print(register const struct soltab *stp)
 {
-    register struct hrt_specific *hrt = 
+    register struct hrt_specific *hrt =
        (struct hrt_specific *)stp->st_specific;
 
     VPRINT("V", hrt->hrt_V);
@@ -423,9 +423,9 @@
 
     /* must be double for import and export */
     double hec[ELEMENTS_PER_VECT*4 + 1];
-    
+
     if(dbip) RT_CK_DBI(dbip);
-    
+
     RT_CK_DB_INTERNAL(ip);
     BU_CK_EXTERNAL(ep);
 
@@ -442,12 +442,12 @@
     /* Convert from database(network) to internal (host) format */
     ntohd((unsigned char *)hec, ep->ext_buf, ELEMENTS_PER_VECT*4 + 1);
 
-    /* Apply modelling transormations */
+    /* Apply modelling transformations */
     if(mat == NULL) mat = bn_mat_identity;
     MAT4X3PNT(hip->v, mat, &hec[0*ELEMENTS_PER_VECT]);
     MAT4X3PNT(hip->xdir, mat, &hec[1*ELEMENTS_PER_VECT]);
     MAT4X3PNT(hip->ydir, mat, &hec[2*ELEMENTS_PER_VECT]);
-    MAT4X3PNT(hip->zdir, mat, &hec[3*ELEMENTS_PER_VECT]); 
+    MAT4X3PNT(hip->zdir, mat, &hec[3*ELEMENTS_PER_VECT]);
     hip->d = hec[4*ELEMENTS_PER_VECT];
 
     return 0;        /* OK */
@@ -464,7 +464,7 @@
 int
 rt_hrt_describe(struct bu_vls *str, const struct rt_db_internal *ip, int 
verbose, double mm2local)
 {
-    struct rt_hrt_internal *hip = 
+    struct rt_hrt_internal *hip =
        (struct rt_hrt_internal *)ip->idb_ptr;
     fastf_t mag_x, mag_y, mag_z;
     char buf[256];

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to