diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-07 14:46:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-07 14:46:03 -0400 |
commit | 2cde6658b5998561e9e8a9377976db87690a2387 (patch) | |
tree | 1ae7f5264e601e6a8c24dbea172561f00f1a2d45 /Makefile.am | |
parent | 43c86bbc70afb585a71948d8c36b26160d8039e0 (diff) | |
download | tor-2cde6658b5998561e9e8a9377976db87690a2387.tar.gz tor-2cde6658b5998561e9e8a9377976db87690a2387.zip |
Fix whitespace in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aa6f6c4cd9..787be4951c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST+= \ LICENSE \ Makefile.nmake \ README \ - ReleaseNotes + ReleaseNotes #install-data-local: # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor |