summaryrefslogtreecommitdiff
path: root/src/dwb.c
diff options
context:
space:
mode:
authorportix <none@none>2012-12-06 11:10:23 +0100
committerportix <none@none>2012-12-06 11:10:23 +0100
commitcfe31126f94c76ee9c2f1d5c7bfb13f31b9efcc1 (patch)
treeda5a2e74c2d65b7ffbac09bda9f4837189389297 /src/dwb.c
parentbe66d769983932d782e669257f95a6a71114c6cf (diff)
downloaddwb-cfe31126f94c76ee9c2f1d5c7bfb13f31b9efcc1.zip
Indentation of adblock.c, renaming static variables
Diffstat (limited to 'src/dwb.c')
-rw-r--r--src/dwb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dwb.c b/src/dwb.c
index 4447c0ac..f258bf4e 100644
--- a/src/dwb.c
+++ b/src/dwb.c
@@ -99,11 +99,11 @@ static Navigation * dwb_get_search_completion(const char *text);
static void dwb_clean_vars(void);
typedef struct _EditorInfo {
- char *filename;
- char *id;
- GList *gl;
- WebKitDOMElement *element;
- char *tagname;
+ char *filename;
+ char *id;
+ GList *gl;
+ WebKitDOMElement *element;
+ char *tagname;
} EditorInfo;
typedef struct _UserScriptEnv {