mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-01 18:23:05 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -18,7 +18,7 @@ AttributedString::AttributedString():
|
||||
}
|
||||
|
||||
|
||||
AttributedString::AttributedString(const char* content):
|
||||
AttributedString::AttributedString(const char* content):
|
||||
_content(content),
|
||||
_align(ALIGN_LEFT),
|
||||
_style(STYLE_PLAIN),
|
||||
@@ -29,8 +29,8 @@ AttributedString::AttributedString(const char* content):
|
||||
|
||||
|
||||
AttributedString::AttributedString(const std::string& content, Alignment align, int style):
|
||||
_content(content),
|
||||
_align(align),
|
||||
_content(content),
|
||||
_align(align),
|
||||
_style(static_cast<Style>(style)),
|
||||
_fontName("Helvetica"),
|
||||
_fontSize(10)
|
||||
|
||||
Reference in New Issue
Block a user