[Webkit-unassigned] [Bug 124821] check-webkit-style should check for extraneous newline between config.h and primary header
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 27 10:41:02 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=124821
--- Comment #2 from Brian Burg <burg at cs.washington.edu> 2013-11-27 10:39:29 PST ---
extraneous, meaning that it is not necessary. So the following is good:
#include "config.h"
#include "Foo.h"
the following is discouraged:
#include "config.h"
#include "Foo.h"
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list