Skip to content

Commit

Permalink
Format wpe/wpe.h with clang
Browse files Browse the repository at this point in the history
This is the file most likely to run into conflicts with the new formatting check when new headers are added.
  • Loading branch information
donny-dont authored and aperezdc committed Mar 25, 2022
1 parent 4a760fa commit b6d3088
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions include/wpe/wpe.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/


#ifdef __WEBKIT_WEB_EXTENSION_H__
#error "Headers <wpe/wpe.h> and <wpe/webkit-web-extension.h> cannot be included together."
#endif
Expand All @@ -35,16 +34,16 @@
#define __WPE_H_INSIDE__

#include "export.h"
#include "input.h"
#include "input-xkb.h"
#include "input.h"
#include "keysyms.h"
#include "libwpe-version.h"
#include "loader.h"
#include "pasteboard.h"
#include "renderer-host.h"
#include "view-backend.h"
#include "libwpe-version.h"
#include "version.h"
#include "version-deprecated.h"
#include "version.h"
#include "view-backend.h"

#undef __WPE_H_INSIDE__

Expand Down

0 comments on commit b6d3088

Please sign in to comment.