diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-05 09:53:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-05 09:53:05 -0500 |
commit | 5a370618859573ed1eb5dabbe0ed2e773a579817 (patch) | |
tree | 1c107251a6dba238c8fb03490d9f692a156d344e /doc/HACKING/HelpfulTools.md | |
parent | 43ce4626f1c23f723a3007e91cfb1ed5f8a75712 (diff) | |
download | tor-5a370618859573ed1eb5dabbe0ed2e773a579817.tar.gz tor-5a370618859573ed1eb5dabbe0ed2e773a579817.zip |
Delete trailing whitespace in md files
Diffstat (limited to 'doc/HACKING/HelpfulTools.md')
-rw-r--r-- | doc/HACKING/HelpfulTools.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/HACKING/HelpfulTools.md b/doc/HACKING/HelpfulTools.md index 810519c353..a7f36e6c7e 100644 --- a/doc/HACKING/HelpfulTools.md +++ b/doc/HACKING/HelpfulTools.md @@ -101,7 +101,7 @@ working connection to the internet: Running gcov for unit test coverage ----------------------------------- - + ./configure --enable-coverage make make check @@ -243,7 +243,7 @@ We use the 'doxygen' utility to generate documentation from our source code. Here's how to use it: 1. Begin every file that should be documented with - + /** * \file filename.c * \brief Short description of the file. @@ -291,4 +291,3 @@ source code. Here's how to use it: 6. See the Doxygen manual for more information; this summary just scratches the surface. - |