Author: hcorg
Date: Sat Oct 10 16:24:22 2015
New Revision: 1707894
URL: http://svn.apache.org/viewvc?rev=1707894&view=rev
Log:
Not needed endl removed
Modified:
thrift/cms-site/trunk/content/download.md
Modified: thrift/cms-site/trunk/content/download.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/download.md?rev=1707894&r1=1707893&r2=1707894&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/download.md (original)
+++ thrift/cms-site/trunk/content/download.md Sat Oct 10 16:24:22 2015
@@ -30,7 +30,6 @@ Releases from 0.6.0 up to the current re
## GIT Checkout
For those who would like to participate in Thrift development, you may
checkout Thrift from the [Apache GIT
repository](https://git-wip-us.apache.org/repos/asf?p=thrift.git).
-<pre><code>
-git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
+<pre><code>git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
cd thrift
</code></pre>