Skip to content

Commit b6d3088

Browse files
donny-dontaperezdc
authored andcommitted
Format wpe/wpe.h with clang
This is the file most likely to run into conflicts with the new formatting check when new headers are added.
1 parent 4a760fa commit b6d3088

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

include/wpe/wpe.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
*/
2626

27-
2827
#ifdef __WEBKIT_WEB_EXTENSION_H__
2928
#error "Headers <wpe/wpe.h> and <wpe/webkit-web-extension.h> cannot be included together."
3029
#endif
@@ -35,16 +34,16 @@
3534
#define __WPE_H_INSIDE__
3635

3736
#include "export.h"
38-
#include "input.h"
3937
#include "input-xkb.h"
38+
#include "input.h"
4039
#include "keysyms.h"
40+
#include "libwpe-version.h"
4141
#include "loader.h"
4242
#include "pasteboard.h"
4343
#include "renderer-host.h"
44-
#include "view-backend.h"
45-
#include "libwpe-version.h"
46-
#include "version.h"
4744
#include "version-deprecated.h"
45+
#include "version.h"
46+
#include "view-backend.h"
4847

4948
#undef __WPE_H_INSIDE__
5049

0 commit comments

Comments
 (0)