diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
commit | 597b93798a804cde1783d6d2ab53b348d57c44cd (patch) | |
tree | b65e73bb0de634ff5d209b15971ebdabf369a45c /gr-trellis/include | |
parent | 1151e5502ccd440ebd89599cf7e4be4fb5ed8334 (diff) |
Removing trailing/extra whitespaces before release.
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
Diffstat (limited to 'gr-trellis/include')
-rw-r--r-- | gr-trellis/include/gnuradio/trellis/CMakeLists.txt | 2 | ||||
-rw-r--r-- | gr-trellis/include/gnuradio/trellis/siso_f.h | 2 | ||||
-rw-r--r-- | gr-trellis/include/gnuradio/trellis/siso_type.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gr-trellis/include/gnuradio/trellis/CMakeLists.txt b/gr-trellis/include/gnuradio/trellis/CMakeLists.txt index b7ceea179e..5f30cc8e4e 100644 --- a/gr-trellis/include/gnuradio/trellis/CMakeLists.txt +++ b/gr-trellis/include/gnuradio/trellis/CMakeLists.txt @@ -47,7 +47,7 @@ macro(expand_h root) string(REGEX REPLACE "X+" ${sig} name ${root}) list(APPEND expanded_files_h ${CMAKE_CURRENT_BINARY_DIR}/${name}.h) endforeach(sig) - + #create a command to generate the files add_custom_command( OUTPUT ${expanded_files_h} diff --git a/gr-trellis/include/gnuradio/trellis/siso_f.h b/gr-trellis/include/gnuradio/trellis/siso_f.h index 60c3349e11..ae212cb4cf 100644 --- a/gr-trellis/include/gnuradio/trellis/siso_f.h +++ b/gr-trellis/include/gnuradio/trellis/siso_f.h @@ -47,7 +47,7 @@ namespace gr { siso_type_t d_SISO_TYPE); virtual fsm FSM() const = 0; - virtual int K() const = 0; + virtual int K() const = 0; virtual int S0() const = 0; virtual int SK() const = 0; virtual bool POSTI() const = 0; diff --git a/gr-trellis/include/gnuradio/trellis/siso_type.h b/gr-trellis/include/gnuradio/trellis/siso_type.h index 9167381164..9d147ce0f8 100644 --- a/gr-trellis/include/gnuradio/trellis/siso_type.h +++ b/gr-trellis/include/gnuradio/trellis/siso_type.h @@ -30,7 +30,7 @@ namespace gr { TRELLIS_MIN_SUM = 200, TRELLIS_SUM_PRODUCT } siso_type_t; - + } /* namespace trellis */ } /* namespace gr */ |