aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mahak Mukhi <mmukhi@google.com>2017-04-18 17:58:16 -0700
committerGravatar Mahak Mukhi <mmukhi@google.com>2017-04-18 17:58:16 -0700
commit1bcb976a3a8b1da416a2766fb012335d52086c00 (patch)
treeaeb608576551ee700d156c2a5dfac6df14a46ca1
parentaf3d2bc997bc2adc76fe82258851df30da7a9d35 (diff)
Tab/space problem with Makefile.template
-rw-r--r--Makefile4
-rw-r--r--templates/Makefile.template4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b0e122e6bd..c6592e8e1a 100644
--- a/Makefile
+++ b/Makefile
@@ -902,8 +902,8 @@ openssl_dep_message:
@echo
@echo "The target you are trying to run requires an OpenSSL implementation."
@echo "Your system doesn't have one, and either the third_party directory"
- @echo "doesn't have it, or your compiler can't build BoringSSL."
- @echo
+ @echo "doesn't have it, or your compiler can't build BoringSSL."
+ @echo
@echo "Please consult INSTALL to get more information."
@echo
@echo "If you need information about why these tests failed, run:"
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 6c6a8e0593..b8beaec11e 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -846,8 +846,8 @@
@echo
@echo "The target you are trying to run requires an OpenSSL implementation."
@echo "Your system doesn't have one, and either the third_party directory"
- @echo "doesn't have it, or your compiler can't build BoringSSL."
- @echo
+ @echo "doesn't have it, or your compiler can't build BoringSSL."
+ @echo
@echo "Please consult INSTALL to get more information."
@echo
@echo "If you need information about why these tests failed, run:"