aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-08 15:54:26 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-08 15:54:26 -0500
commit0194a626fcb17bcb037341fc6c2f586f54d26035 (patch)
tree9b54a08a6f30ce597b751190c113b934a3bb2b6d /src/textadept.h
parent1267b118ffebf604639ca7a56660a1b4b69a2b85 (diff)
downloadtextadept-0194a626fcb17bcb037341fc6c2f586f54d26035.tar.gz
textadept-0194a626fcb17bcb037341fc6c2f586f54d26035.zip
Reformatted all C and Lua code to a single standard for each language.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/textadept.h b/src/textadept.h
index bbc49767..5ccea139 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -30,12 +30,11 @@ using namespace Scintilla;
#endif
// globals
-extern GtkWidget
- *window, *focused_editor, *command_entry,
- *pm_container, *pm_entry, *pm_view,
- *findbox, *find_entry, *replace_entry,
- *fnext_button, *fprev_button, *r_button, *ra_button,
- *match_case_opt, *whole_word_opt, /**incremental_opt,*/ *lua_opt;
+extern GtkWidget *window, *focused_editor, *command_entry, *pm_container,
+ *pm_entry, *pm_view, *findbox, *find_entry, *replace_entry,
+ *fnext_button, *fprev_button, *r_button, *ra_button,
+ *match_case_opt, *whole_word_opt, /**incremental_opt,*/
+ *lua_opt;
extern GtkEntryCompletion *command_entry_completion;
extern GtkTreeStore *cec_store, *pm_store;
extern lua_State *lua;