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 /README.hacking | |
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 'README.hacking')
-rw-r--r-- | README.hacking | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.hacking b/README.hacking index 21140ebeea..4e3a6a393e 100644 --- a/README.hacking +++ b/README.hacking @@ -91,7 +91,7 @@ All class static data members shall begin with s_<foo>. ** File names -Each significant class shall be contained in it's own file. +Each significant class shall be contained in it's own file. * Storage management @@ -108,9 +108,9 @@ See http://www.boost.org/libs/smart_ptr/smart_ptr.htm * Unit tests Unit tests are a useful tool for development -- they are less of a tool -to prove others that you can write code that works like you defined it but help +to prove others that you can write code that works like you defined it but help you and later maintainers identify corner cases, regressions and other malfunctions -of code. +of code. GNU Radio has integrated versatile, easy to use testing facilities. Please refer to http://gnuradio.org/redmine/projects/gnuradio/wiki/Coding_guide_impl#Unit-testing @@ -127,7 +127,7 @@ into the help string using the "... [default=%default]" syntax. ** Mandatory options by gr::block When designing flow graphs with the GNU Radio Companion, appropriate -option parsing will automatically be set up for you. +option parsing will automatically be set up for you. *** Audio source |