commit 3283fd7e79913e25cd5e626d6bb3a12a05b2f3fc Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 18 11:06:54 2019 -0400
Changes file for 31759 and 31779 --- changes/ticket31759 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/ticket31759 b/changes/ticket31759 new file mode 100644 index 000000000..f7428f711 --- /dev/null +++ b/changes/ticket31759 @@ -0,0 +1,5 @@ + o Minor features (auto-formatting scripts): + - When annotating C macros, never generate a line that our check-spaces + script would reject. Closes ticket 31759. + - When annotating C macros, try to remove cases of double-negation. + Closes ticket 31779.