diff options
author | Thomas Harning Jr <harningt@gmail.com> | 2007-09-21 14:37:24 -0400 |
---|---|---|
committer | Thomas Harning Jr <harningt@gmail.com> | 2007-09-21 14:37:24 -0400 |
commit | cc2f827db29caa6cc2679909ce5d50129782a900 (patch) | |
tree | f35971b6a542e50001a5604d382c176a7eed1671 /include | |
parent | e652e93f7d73f67c6bb5299c9df14d42b66dba7d (diff) | |
download | luaevent-prosody-cc2f827db29caa6cc2679909ce5d50129782a900.tar.gz luaevent-prosody-cc2f827db29caa6cc2679909ce5d50129782a900.zip |
Corrected spacing issues introduced in SciTE ... may begin using gvim to avoid these issues...
Diffstat (limited to 'include')
-rw-r--r-- | include/buffer_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/buffer_event.h b/include/buffer_event.h index 960b576..b3fe3c1 100644 --- a/include/buffer_event.h +++ b/include/buffer_event.h @@ -1,7 +1,7 @@ /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com> * Licensed as LGPL - See doc/COPYING for details */ - #ifndef BUFFER_EVENT_H - #define BUFFER_EVENT_H +#ifndef BUFFER_EVENT_H +#define BUFFER_EVENT_H #include "luaevent.h" #include <lua.h> |