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

Unified Diff: Source/core/platform/LengthBox.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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 | « Source/core/platform/LayoutUnit.h ('k') | Source/core/platform/LengthSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/LengthBox.h
diff --git a/Source/core/platform/LengthBox.h b/Source/core/platform/LengthBox.h
index 875ca10922cdc83551abd22a3e572ceea9b0eb8f..a0e13e23561bdf894f0727488f7b47892b35d57e 100644
--- a/Source/core/platform/LengthBox.h
+++ b/Source/core/platform/LengthBox.h
@@ -58,7 +58,7 @@ struct LengthBox {
, m_bottom(b)
{
}
-
+
LengthBox(int t, int r, int b, int l)
: m_left(Length(l, Fixed))
, m_right(Length(r, Fixed))
« no previous file with comments | « Source/core/platform/LayoutUnit.h ('k') | Source/core/platform/LengthSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698