| Index: native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
|
| diff --git a/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html b/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
|
| index eb0477bef05faf7adefa4ab6d11b2a5960067661..a42918795fb888971d59306de50bf70c202a3ad6 100644
|
| --- a/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
|
| +++ b/native_client_sdk/doc_generated/devguide/coding/native-client-modules.html
|
| @@ -123,9 +123,9 @@ the NaCl SDK), these three components are specified in the file
|
| <code>hello_tutorial.cc</code>. Here is the factory function:</p>
|
| <pre class="prettyprint">
|
| namespace pp {
|
| -Module* CreateModule() {
|
| - return new HelloTutorialModule();
|
| -}
|
| + Module* CreateModule() {
|
| + return new HelloTutorialModule();
|
| + }
|
| }
|
| </pre>
|
| <p>The <code>CreateModule()</code> factory function is the main binding point between a
|
|
|