| Index: grit/format/rc_header.py
|
| diff --git a/grit/format/rc_header.py b/grit/format/rc_header.py
|
| index ef53b0f7d07204c81dc115210bd20322bf505219..74e7127b5840b57a90aa022737c721f638280b33 100644
|
| --- a/grit/format/rc_header.py
|
| +++ b/grit/format/rc_header.py
|
| @@ -53,7 +53,8 @@ def FormatDefines(root, output_all_resource_defines=True,
|
| items = root.ActiveDescendants()
|
|
|
| if not rc_header_format:
|
| - rc_header_format = "#define {textual_id} {numeric_id}\n"
|
| + rc_header_format = "#define {textual_id} {numeric_id}"
|
| + rc_header_format += "\n"
|
| seen = set()
|
| for item in items:
|
| if not isinstance(item, message.MessageNode):
|
|
|