Skip to content

Commit 597b937

Browse files
committed
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).
1 parent 1151e55 commit 597b937

File tree

745 files changed

+3486
-3487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+3486
-3487
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ See these steps fow a quick build guide.
5555
(1) Ensure that you've satisfied the external dependencies. These
5656
dependencies are listed in the manual's build page and are not
5757
presented here to reduce duplication errors.
58-
58+
5959
See the wiki at http://gnuradio.org for details.
6060

6161

README.building-boost

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If running a distribution that requires boost 1.35 (or later) be built
66
from scratch, these instructions explain how to do so, and in a way
77
that allows it to peacefully coexist with earlier versions of boost.
88

9-
There are two recommended methods:
9+
There are two recommended methods:
1010
Installing boost using the PyBOMBS utility, or building it from a source
1111
tarball.
1212

README.hacking

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ All class static data members shall begin with s_<foo>.
9191

9292
** File names
9393

94-
Each significant class shall be contained in it's own file.
94+
Each significant class shall be contained in it's own file.
9595

9696
* Storage management
9797

@@ -108,9 +108,9 @@ See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
108108
* Unit tests
109109

110110
Unit tests are a useful tool for development -- they are less of a tool
111-
to prove others that you can write code that works like you defined it but help
111+
to prove others that you can write code that works like you defined it but help
112112
you and later maintainers identify corner cases, regressions and other malfunctions
113-
of code.
113+
of code.
114114

115115
GNU Radio has integrated versatile, easy to use testing facilities. Please refer to
116116
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.
127127
** Mandatory options by gr::block
128128

129129
When designing flow graphs with the GNU Radio Companion, appropriate
130-
option parsing will automatically be set up for you.
130+
option parsing will automatically be set up for you.
131131

132132
*** Audio source
133133

cmake/Modules/GrMiscUtils.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ set(CMAKE_REQUIRED_LIBRARIES -lpthread)
333333
} " HAVE_PTHREAD_SETSCHEDPARAM
334334
)
335335
GR_ADD_COND_DEF(HAVE_PTHREAD_SETSCHEDPARAM)
336-
336+
337337
CHECK_CXX_SOURCE_COMPILES("
338338
#include <sched.h>
339339
int main(){

cmake/Modules/GrSetupQt4.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ FOREACH(module QT3SUPPORT QTOPENGL QTASSISTANT QTDESIGNER QTMOTIF QTNSPLUGIN
152152
MESSAGE("Qt ${module} library not found.")
153153
ENDIF (QT_${module}_FOUND)
154154
ENDIF (QT_USE_${module} OR QT_USE_${module}_DEPENDS)
155-
155+
156156
ENDFOREACH(module)

0 commit comments

Comments
 (0)