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

Unified Diff: src/IceClFlags.h

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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
Index: src/IceClFlags.h
diff --git a/src/IceClFlags.h b/src/IceClFlags.h
index f71d8f434978b2e519ebdd2f64d3be7c98c72664..2d062efe1bac9491a8a0773a7d33b30023d87fd6 100644
--- a/src/IceClFlags.h
+++ b/src/IceClFlags.h
@@ -79,8 +79,8 @@ public:
void setFunctionSections(bool NewValue) { FunctionSections = NewValue; }
bool getGenerateUnitTestMessages() const {
- // Note: If dump routines have been turned off, the error messages
- // will not be readable. Hence, turn off.
+ // Note: If dump routines have been turned off, the error messages will not
+ // be readable. Hence, turn off.
return !BuildDefs::dump() || GenerateUnitTestMessages;
}
void setGenerateUnitTestMessages(bool NewValue) {

Powered by Google App Engine
This is Rietveld 408576698