formatting pass

This commit is contained in:
NunoSempere 2024-07-22 21:14:15 -04:00
parent bdfddd3a3a
commit 56ed98703d
3 changed files with 91 additions and 91 deletions

View File

@ -1,12 +1,12 @@
#include <gdk/gdk.h>
#include <stdlib.h>
#include <string.h>
#include <webkit2/webkit2.h>
#include "config.h"
#include <webkit2/webkit2.h>
#include "plugins/plugins.h"
/* Global declarations */
/* Global variables */
static GtkNotebook* notebook;
static GtkWindow* window;
typedef enum { _SEARCH, _FIND, _HIDDEN } Bar_entry_mode;

View File

@ -1,10 +1,10 @@
#include <gdk/gdk.h>
#include <stdlib.h>
#include <string.h>
#include <webkit/webkit.h>
#include "config.h"
#include "plugins/plugins.h"
#include <webkit/webkit.h>
/* Global variables */
static GtkNotebook* notebook;