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:10:21 UTC

svn commit: r1580426 - in /thrift/cms-site/trunk/content/tutorial: ocaml.md perl.md php.md py.md rb.md

Author: joes
Date: Sun Mar 23 02:10:20 2014
New Revision: 1580426

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

Modified:
    thrift/cms-site/trunk/content/tutorial/ocaml.md
    thrift/cms-site/trunk/content/tutorial/perl.md
    thrift/cms-site/trunk/content/tutorial/php.md
    thrift/cms-site/trunk/content/tutorial/py.md
    thrift/cms-site/trunk/content/tutorial/rb.md

Modified: thrift/cms-site/trunk/content/tutorial/ocaml.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/ocaml.md?rev=1580426&r1=1580425&r2=1580426&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/ocaml.md (original)
+++ thrift/cms-site/trunk/content/tutorial/ocaml.md Sun Mar 23 02:10:20 2014
@@ -9,10 +9,10 @@ library_lang: "ocaml"
 
 ### Client
 
-  [snippet:path=tutorial/ocaml/CalcClient.ml:lang=cpp:lines=20,74]
+[snippet:path=tutorial/ocaml/CalcClient.ml:lang=cpp:lines=20,74]
 
 ### Server
 
-  [snippet:path=tutorial/ocaml/CalcServer.ml:lang=cpp:lines=20,89]
+[snippet:path=tutorial/ocaml/CalcServer.ml:lang=cpp:lines=20,89]
 
 ## Additional Information

Modified: thrift/cms-site/trunk/content/tutorial/perl.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/perl.md?rev=1580426&r1=1580425&r2=1580426&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/perl.md (original)
+++ thrift/cms-site/trunk/content/tutorial/perl.md Sun Mar 23 02:10:20 2014
@@ -9,10 +9,10 @@ library_lang: "perl"
 
 ### Client
 
-  [snippet:path=tutorial/perl/PerlClient.pl:lang=ruby:lines=20,79]
+[snippet:path=tutorial/perl/PerlClient.pl:lang=ruby:lines=20,79]
 
 ### Server
 
-  [snippet:path=tutorial/perl/PerlServer.pl:lang=ruby:lines=20,85]
+[snippet:path=tutorial/perl/PerlServer.pl:lang=ruby:lines=20,85]
 
 ## Additional Information

Modified: thrift/cms-site/trunk/content/tutorial/php.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/php.md?rev=1580426&r1=1580425&r2=1580426&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/php.md (original)
+++ thrift/cms-site/trunk/content/tutorial/php.md Sun Mar 23 02:10:20 2014
@@ -9,10 +9,10 @@ library_lang: "php"
 
 ### Client
 
-  [snippet:path=tutorial/php/PhpClient.php:lang=php:lines=2,91]
+[snippet:path=tutorial/php/PhpClient.php:lang=php:lines=2,91]
 
 ### Server
 
-  [snippet:path=tutorial/php/PhpServer.php:lang=php:lines=2,130]
+[snippet:path=tutorial/php/PhpServer.php:lang=php:lines=2,130]
 
 ## Additional Information

Modified: thrift/cms-site/trunk/content/tutorial/py.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/py.md?rev=1580426&r1=1580425&r2=1580426&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/py.md (original)
+++ thrift/cms-site/trunk/content/tutorial/py.md Sun Mar 23 02:10:20 2014
@@ -9,10 +9,10 @@ library_lang: "py"
 
 ### Client
 
-  [snippet:path=tutorial/py/PythonClient.py:lang=python:lines=22,83]
+[snippet:path=tutorial/py/PythonClient.py:lang=python:lines=22,83]
 
 ### Server
 
-  [snippet:path=tutorial/py/PythonServer.py:lang=python:lines=22,97]
+[snippet:path=tutorial/py/PythonServer.py:lang=python:lines=22,97]
 
 ## Additional Information

Modified: thrift/cms-site/trunk/content/tutorial/rb.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/rb.md?rev=1580426&r1=1580425&r2=1580426&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/rb.md (original)
+++ thrift/cms-site/trunk/content/tutorial/rb.md Sun Mar 23 02:10:20 2014
@@ -8,10 +8,10 @@ library_lang: "rb"
 
 ### Client
 
-  [snippet:path=tutorial/rb/RubyClient.rb:lang=ruby:lines=22,75]
+[snippet:path=tutorial/rb/RubyClient.rb:lang=ruby:lines=22,75]
 
 ### Server
 
-  [snippet:path=tutorial/rb/RubyServer.rb:lang=ruby:lines=22,95]
+[snippet:path=tutorial/rb/RubyServer.rb:lang=ruby:lines=22,95]
 
 ## Additional Information