changeset 11021:0579a2f61770 draft

(svn r15361) -Cleanup: minor comment style fixes (planetmaker)
author smatz <smatz@openttd.org>
date Thu, 05 Feb 2009 17:59:59 +0000
parents ee0fd11464fa
children 56e0f9ad5244
files src/fontcache.cpp src/settings_type.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontcache.cpp
+++ b/src/fontcache.cpp
@@ -429,7 +429,7 @@
 
 	FcDefaultSubstitute(pat);
 
-	/* The create a font set and match that */
+	/* Then create a font set and match that */
 	match = FcFontMatch(0, pat, &result);
 
 	if (match == NULL) {
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -88,8 +88,8 @@
 	byte   station_platlength;               ///< the platform length, in tiles, for rail stations
 	bool   station_dragdrop;                 ///< whether drag and drop is enabled for stations
 	bool   station_show_coverage;            ///< whether to highlight coverage area
-	bool   persistent_buildingtools;            ///< keep the building tools active after usage
-	uint8  expenses_layout;                  ///< Layout of expenses window
+	bool   persistent_buildingtools;         ///< keep the building tools active after usage
+	uint8  expenses_layout;                  ///< layout of expenses window
 
 	uint16 console_backlog_timeout;          ///< the minimum amount of time items should be in the console backlog before they will be removed in ~3 seconds granularity.
 	uint16 console_backlog_length;           ///< the minimum amount of items in the console backlog before items will be removed.