| Index: src/main.cpp
|
| diff --git a/src/main.cpp b/src/main.cpp
|
| index a6cb49094d56c68b0c1551dda3de01a5e8ed80d1..fa5bb069442a39baf351fa3c1f97daf56741593c 100644
|
| --- a/src/main.cpp
|
| +++ b/src/main.cpp
|
| @@ -8,8 +8,8 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file defines the entry point for translating PNaCl bitcode into
|
| -/// native code.
|
| +/// This file defines the entry point for translating PNaCl bitcode into native
|
| +/// code.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
| @@ -22,8 +22,8 @@ int main(int argc, char **argv) {
|
| Ice::Compiler Comp;
|
| // Can only compile the BrowserCompileServer w/ the NaCl compiler.
|
| #if PNACL_BROWSER_TRANSLATOR
|
| - // There are no real commandline arguments in the browser case.
|
| - // They are supplied via IPC.
|
| + // There are no real commandline arguments in the browser case. They are
|
| + // supplied via IPC.
|
| assert(argc == 1);
|
| (void)argc;
|
| (void)argv;
|
|
|