You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/23 00:17:16 UTC

svn commit: r1580363 - /thrift/cms-site/trunk/content/tutorial/cpp.md

Author: joes
Date: Sat Mar 22 23:17:15 2014
New Revision: 1580363

URL: http://svn.apache.org/r1580363
Log:
test

Modified:
    thrift/cms-site/trunk/content/tutorial/cpp.md

Modified: thrift/cms-site/trunk/content/tutorial/cpp.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/cpp.md?rev=1580363&r1=1580362&r2=1580363&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/cpp.md (original)
+++ thrift/cms-site/trunk/content/tutorial/cpp.md Sat Mar 22 23:17:15 2014
@@ -9,7 +9,7 @@ library_lang: "cpp"
 
 ### Client
 
-[snippet:path=tutorial/cpp/CppClient.cpp:lang=cpp:lines=20,82]
+    [snippet:path=tutorial/cpp/CppClient.cpp:lang=cpp:lines=20,82]
 
 ### Server