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

Unified Diff: chrome/common/font_descriptor_mac.h

Issue 3046028: Fix line ending with white spaces in some files. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: rm nl Created 10 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 | « no previous file | chrome/installer/util/installer_util_unittests_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/font_descriptor_mac.h
diff --git a/chrome/common/font_descriptor_mac.h b/chrome/common/font_descriptor_mac.h
index 732fc42a120016c3d8044f8b815bd99b1d5ba69d..37b963ede9fca2a929e61b40618a1d576a84ada2 100644
--- a/chrome/common/font_descriptor_mac.h
+++ b/chrome/common/font_descriptor_mac.h
@@ -19,13 +19,13 @@ struct FontDescriptor {
explicit FontDescriptor(NSFont* font);
FontDescriptor() : font_point_size(0) {}
-
+
// Return an autoreleased NSFont corresponding to the font description.
NSFont* nsFont() const;
// Name of the font.
string16 font_name;
-
+
// Size in points.
float font_point_size;
};
« no previous file with comments | « no previous file | chrome/installer/util/installer_util_unittests_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698