diff options
author | portix <none@none> | 2012-12-06 11:10:23 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-06 11:10:23 +0100 |
commit | cfe31126f94c76ee9c2f1d5c7bfb13f31b9efcc1 (patch) | |
tree | da5a2e74c2d65b7ffbac09bda9f4837189389297 /src/dwb.c | |
parent | be66d769983932d782e669257f95a6a71114c6cf (diff) | |
download | dwb-cfe31126f94c76ee9c2f1d5c7bfb13f31b9efcc1.zip |
Indentation of adblock.c, renaming static variables
Diffstat (limited to 'src/dwb.c')
-rw-r--r-- | src/dwb.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 { |