Changeset 268740 in webkit
- Timestamp:
- Oct 20, 2020, 10:05:56 AM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/Scripts/PreferencesTemplates/TestOptionsGeneratedKeys.h.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r268735 r268740 1 2020-10-20 Michael Catanzaro <mcatanzaro@gnome.org> 2 3 TestOptionsGeneratedKeys.h:30:52: warning: backslash-newline at end of file 4 https://bugs.webkit.org/show_bug.cgi?id=217957 5 6 Reviewed by Sam Weinig. 7 8 I guess this is bad because something else from another header could be on the next line, 9 depending on the order that headers get included into the source file. So let's add a blank 10 line to the end of the file. 11 12 * WebKitTestRunner/Scripts/PreferencesTemplates/TestOptionsGeneratedKeys.h.erb: 13 1 14 2020-10-16 Jer Noble <jer.noble@apple.com> 2 15 -
trunk/Tools/WebKitTestRunner/Scripts/PreferencesTemplates/TestOptionsGeneratedKeys.h.erb
r268719 r268740 32 32 { "<%= @pref.name %>", TestHeaderKeyType::<%= @pref.typeUpper %>WebPreference }, \ 33 33 <%- end -%> 34 \ 34 \ 35
Note:
See TracChangeset
for help on using the changeset viewer.