mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
CodingStandards: Use consistent spacing
* 2 newlines before ====== headers * 1 newline before ------ headers
This commit is contained in:
parent
3d6545250e
commit
eb81704081
@ -42,6 +42,7 @@ If you have changed build system components:
|
|||||||
- For example, if you have changed Makefiles, autoconf files, or anything
|
- For example, if you have changed Makefiles, autoconf files, or anything
|
||||||
else that affects the build system.
|
else that affects the build system.
|
||||||
|
|
||||||
|
|
||||||
License issues
|
License issues
|
||||||
==============
|
==============
|
||||||
|
|
||||||
@ -58,7 +59,6 @@ Some compatible licenses include:
|
|||||||
- CC0 Public Domain Dedication
|
- CC0 Public Domain Dedication
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
How we use Git branches
|
How we use Git branches
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
@ -350,7 +350,6 @@ for more information about trunnel.
|
|||||||
|
|
||||||
For information on adding new trunnel code to Tor, see src/trunnel/README
|
For information on adding new trunnel code to Tor, see src/trunnel/README
|
||||||
|
|
||||||
|
|
||||||
Calling and naming conventions
|
Calling and naming conventions
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
@ -458,7 +457,6 @@ to use it as a function callback), define it with a name like
|
|||||||
abc_free_(obj);
|
abc_free_(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Doxygen comment conventions
|
Doxygen comment conventions
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user