[hamradio-commits] [gnss-sdr] 40/45: adding a newline at the end of the file

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 6 11:01:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 5291c6425436c29f7db985ebb3ceee3ab4e82064
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Dec 5 19:23:32 2014 +0100

    adding a newline at the end of the file
---
 src/algorithms/data_type_adapter/CMakeLists.txt                | 2 +-
 src/algorithms/data_type_adapter/adapters/CMakeLists.txt       | 1 +
 src/algorithms/data_type_adapter/adapters/byte_to_short.cc     | 1 +
 src/algorithms/data_type_adapter/adapters/byte_to_short.h      | 1 +
 src/algorithms/data_type_adapter/adapters/ibyte_to_complex.cc  | 1 +
 src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h   | 2 ++
 src/algorithms/data_type_adapter/adapters/ishort_to_complex.cc | 1 +
 src/algorithms/data_type_adapter/adapters/ishort_to_complex.h  | 1 +
 src/tests/data/config_file_sample.txt                          | 2 +-
 9 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/algorithms/data_type_adapter/CMakeLists.txt b/src/algorithms/data_type_adapter/CMakeLists.txt
index d1eef63..a68de33 100644
--- a/src/algorithms/data_type_adapter/CMakeLists.txt
+++ b/src/algorithms/data_type_adapter/CMakeLists.txt
@@ -16,4 +16,4 @@
 # along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
 #
 
-add_subdirectory(adapters)
\ No newline at end of file
+add_subdirectory(adapters)
diff --git a/src/algorithms/data_type_adapter/adapters/CMakeLists.txt b/src/algorithms/data_type_adapter/adapters/CMakeLists.txt
index 6b328b4..d6a1493 100644
--- a/src/algorithms/data_type_adapter/adapters/CMakeLists.txt
+++ b/src/algorithms/data_type_adapter/adapters/CMakeLists.txt
@@ -36,3 +36,4 @@ add_library(datatype_adapters ${DATATYPE_ADAPTER_SOURCES} ${DATATYPE_ADAPTER_HEA
 source_group(Headers FILES ${DATATYPE_ADAPTER_HEADERS})
 add_dependencies(datatype_adapters glog-${glog_RELEASE})
 target_link_libraries(datatype_adapters ${GNURADIO_FILTER_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES})
+
diff --git a/src/algorithms/data_type_adapter/adapters/byte_to_short.cc b/src/algorithms/data_type_adapter/adapters/byte_to_short.cc
index e9e9329..af476d3 100644
--- a/src/algorithms/data_type_adapter/adapters/byte_to_short.cc
+++ b/src/algorithms/data_type_adapter/adapters/byte_to_short.cc
@@ -107,3 +107,4 @@ gr::basic_block_sptr ByteToShort::get_right_block()
 {
     return gr_char_to_short_;
 }
+
diff --git a/src/algorithms/data_type_adapter/adapters/byte_to_short.h b/src/algorithms/data_type_adapter/adapters/byte_to_short.h
index 3f0d09a..188b93c 100644
--- a/src/algorithms/data_type_adapter/adapters/byte_to_short.h
+++ b/src/algorithms/data_type_adapter/adapters/byte_to_short.h
@@ -88,3 +88,4 @@ private:
 };
 
 #endif
+
diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.cc b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.cc
index 04e6f1e..c4b6af9 100644
--- a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.cc
+++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.cc
@@ -110,3 +110,4 @@ gr::basic_block_sptr IbyteToComplex::get_right_block()
     return gr_interleaved_short_to_complex_;
 }
 
+
diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h
index f301fc6..d46be50 100644
--- a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h
+++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h
@@ -90,3 +90,5 @@ private:
 };
 
 #endif
+
+
diff --git a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.cc b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.cc
index de7751a..340e60e 100644
--- a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.cc
+++ b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.cc
@@ -108,3 +108,4 @@ gr::basic_block_sptr IshortToComplex::get_right_block()
     return gr_interleaved_short_to_complex_;
 }
 
+
diff --git a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h
index 847e90f..d1cd91a 100644
--- a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h
+++ b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h
@@ -88,3 +88,4 @@ private:
 };
 
 #endif
+
diff --git a/src/tests/data/config_file_sample.txt b/src/tests/data/config_file_sample.txt
index 9c49d8f..299c57f 100644
--- a/src/tests/data/config_file_sample.txt
+++ b/src/tests/data/config_file_sample.txt
@@ -23,4 +23,4 @@ PVT.item_type=float
 PVT.vector_size=1
 
 OutputFilter.implementation=NullSinkOutputFilter
-OuputFilter.item_size=4
\ No newline at end of file
+OuputFilter.item_size=4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list