[Liblas-commits] hg: Added missing EOF recognizable by Visual C++.
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Sep 28 13:16:27 EDT 2009
changeset 00a83380e688 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=00a83380e688
summary: Added missing EOF recognizable by Visual C++.
diffstat:
src/index/datastream.cpp | 3 +--
src/index/index.cpp | 3 +--
src/index/query.cpp | 2 +-
src/index/storage.cpp | 2 +-
src/index/visitor.cpp | 2 +-
5 files changed, 5 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r 6792ec6f6205 -r 00a83380e688 src/index/datastream.cpp
--- a/src/index/datastream.cpp Sun Sep 27 23:19:54 2009 +0100
+++ b/src/index/datastream.cpp Mon Sep 28 18:08:49 2009 +0100
@@ -131,5 +131,4 @@
readPoint();
}
-
-} // namespace liblas
\ No newline at end of file
+} // namespace liblas
diff -r 6792ec6f6205 -r 00a83380e688 src/index/index.cpp
--- a/src/index/index.cpp Sun Sep 27 23:19:54 2009 +0100
+++ b/src/index/index.cpp Mon Sep 28 18:08:49 2009 +0100
@@ -383,5 +383,4 @@
m_rtree->queryStrategy(query);
}
-
-} // namespace liblas
\ No newline at end of file
+} // namespace liblas
diff -r 6792ec6f6205 -r 00a83380e688 src/index/query.cpp
--- a/src/index/query.cpp Sun Sep 27 23:19:54 2009 +0100
+++ b/src/index/query.cpp Mon Sep 28 18:08:49 2009 +0100
@@ -165,4 +165,4 @@
}
-} // namespace liblas
\ No newline at end of file
+} // namespace liblas
diff -r 6792ec6f6205 -r 00a83380e688 src/index/storage.cpp
--- a/src/index/storage.cpp Sun Sep 27 23:19:54 2009 +0100
+++ b/src/index/storage.cpp Mon Sep 28 18:08:49 2009 +0100
@@ -176,4 +176,4 @@
return m_vlrbuffer[0];
}
-} // namespace liblas
\ No newline at end of file
+} // namespace liblas
diff -r 6792ec6f6205 -r 00a83380e688 src/index/visitor.cpp
--- a/src/index/visitor.cpp Sun Sep 27 23:19:54 2009 +0100
+++ b/src/index/visitor.cpp Mon Sep 28 18:08:49 2009 +0100
@@ -94,4 +94,4 @@
std::cout << v[0]->getIdentifier() << " " << v[1]->getIdentifier() << std::endl;
}
-} // namespace liblas
\ No newline at end of file
+} // namespace liblas
More information about the Liblas-commits
mailing list