diff options
author | Andrea Shepard <andrea@torproject.org> | 2014-03-18 10:28:25 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2014-03-18 10:28:25 -0700 |
commit | 6c161d18124c7aec4d940af778672562302b0ba9 (patch) | |
tree | e7fc29a266e8630290ac2dab77190cd6a4a40f97 | |
parent | 3b31b45ddb348463a53ba551975ebd5baf7131d0 (diff) | |
download | tor-6c161d18124c7aec4d940af778672562302b0ba9.tar tor-6c161d18124c7aec4d940af778672562302b0ba9.tar.gz |
Add changes file for bug #11235
-rw-r--r-- | changes/bug11235 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug11235 b/changes/bug11235 new file mode 100644 index 000000000..87a14a408 --- /dev/null +++ b/changes/bug11235 @@ -0,0 +1,3 @@ + o Code style: + - Remove superfluous newline in src/or/config.c that make check-spaces + was complaining about. Resolves bug 11235. |