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 03:05:29 UTC

svn commit: r1580420 - /thrift/cms-site/trunk/content/tutorial/delphi.md

Author: joes
Date: Sun Mar 23 02:05:28 2014
New Revision: 1580420

URL: http://svn.apache.org/r1580420
Log:
indent

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

Modified: thrift/cms-site/trunk/content/tutorial/delphi.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/delphi.md?rev=1580420&r1=1580419&r2=1580420&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/delphi.md (original)
+++ thrift/cms-site/trunk/content/tutorial/delphi.md Sun Mar 23 02:05:28 2014
@@ -9,11 +9,11 @@ library_lang: "delphi"
 
 ### Client
 
-  [snippet:path=tutorial/delphi/DelphiClient/DelphiClient.dpr:lang=cpp:lines=19,114]
+[snippet:path=tutorial/delphi/DelphiClient/DelphiClient.dpr:lang=cpp:lines=19,114]
 
 ### Server
 
-  [snippet:path=tutorial/delphi/DelphiServer/DelphiServer.dpr:lang=cpp:lines=19,173]
+[snippet:path=tutorial/delphi/DelphiServer/DelphiServer.dpr:lang=cpp:lines=19,173]
 
 ## Additional Information