[Liblas-commits] hg: tabbing fix

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Jan 19 11:44:58 EST 2011


details:   http://hg.liblas.orghg/rev/5f9b5354c170
changeset: 2793:5f9b5354c170
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Wed Jan 19 08:44:39 2011 -0800
description:
tabbing fix

diffstat:

 src/detail/zippoint.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r afc2552661b7 -r 5f9b5354c170 src/detail/zippoint.cpp
--- a/src/detail/zippoint.cpp	Wed Jan 19 08:43:16 2011 -0800
+++ b/src/detail/zippoint.cpp	Wed Jan 19 08:44:39 2011 -0800
@@ -239,7 +239,7 @@
     v.SetData(vdata);
     
     if (data != 0)
-	delete [] data;
+    delete [] data;
 
     return;
 }


More information about the Liblas-commits mailing list