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

Side by Side Diff: mojo/public/tools/bindings/generators/cpp_templates/module-sync.cc.tmpl

Issue 1830613002: Add newlines to EOF in C++ .tmpl files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {%- import "interface_macros.tmpl" as interface_macros -%} 1 {%- import "interface_macros.tmpl" as interface_macros -%}
2 {%- import "struct_macros.tmpl" as struct_macros -%} 2 {%- import "struct_macros.tmpl" as struct_macros -%}
3 3
4 // NOTE: This file was generated by the Mojo bindings generator. 4 // NOTE: This file was generated by the Mojo bindings generator.
5 #if defined(__clang__) 5 #if defined(__clang__)
6 #pragma clang diagnostic push 6 #pragma clang diagnostic push
7 #pragma clang diagnostic ignored "-Wunused-private-field" 7 #pragma clang diagnostic ignored "-Wunused-private-field"
8 #endif 8 #endif
9 9
10 #include "{{module.path}}-sync.h" 10 #include "{{module.path}}-sync.h"
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 } 110 }
111 {%- endfor %} 111 {%- endfor %}
112 {%- endfor %} 112 {%- endfor %}
113 113
114 {%- for namespace in namespaces_as_array|reverse %} 114 {%- for namespace in namespaces_as_array|reverse %}
115 } // namespace {{namespace}} 115 } // namespace {{namespace}}
116 {%- endfor %} 116 {%- endfor %}
117 117
118 #if defined(__clang__) 118 #if defined(__clang__)
119 #pragma clang diagnostic pop 119 #pragma clang diagnostic pop
120 #endif 120 #endif
OLDNEW
« no previous file with comments | « no previous file | mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698