Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: src/main.cpp

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix spelling and rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/README.SIMD.rst ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/README.SIMD.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698