⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268740 in webkit


Ignore:
Timestamp:
Oct 20, 2020, 10:05:56 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

TestOptionsGeneratedKeys.h:30:52: warning: backslash-newline at end of file
https://bugs.webkit.org/show_bug.cgi?id=217957

Patch by Michael Catanzaro <Michael Catanzaro> on 2020-10-20
Reviewed by Sam Weinig.

I guess this is bad because something else from another header could be on the next line,
depending on the order that headers get included into the source file. So let's add a blank
line to the end of the file.

  • WebKitTestRunner/Scripts/PreferencesTemplates/TestOptionsGeneratedKeys.h.erb:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r268735 r268740  
     12020-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
    1142020-10-16  Jer Noble  <jer.noble@apple.com>
    215
  • trunk/Tools/WebKitTestRunner/Scripts/PreferencesTemplates/TestOptionsGeneratedKeys.h.erb

    r268719 r268740  
    3232    { "<%= @pref.name %>", TestHeaderKeyType::<%= @pref.typeUpper %>WebPreference }, \
    3333<%- end -%>
    34 \
     34    \
     35
Note: See TracChangeset for help on using the changeset viewer.