diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
commit | 31bfcf96c700ce8454609d19ad6e5f5e6c28253f (patch) | |
tree | 0154262b8ecb773fd1ac005475b566a928e4b699 /src/plugins/scripts/lua/weechat-lua.c | |
parent | 9394a78e39d4435ac2a66834d959695233baf977 (diff) | |
download | weechat-31bfcf96c700ce8454609d19ad6e5f5e6c28253f.zip |
Reformat and add comments for description of C sources
Diffstat (limited to 'src/plugins/scripts/lua/weechat-lua.c')
-rw-r--r-- | src/plugins/scripts/lua/weechat-lua.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/scripts/lua/weechat-lua.c b/src/plugins/scripts/lua/weechat-lua.c index 5759f97e2..eec780442 100644 --- a/src/plugins/scripts/lua/weechat-lua.c +++ b/src/plugins/scripts/lua/weechat-lua.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-lua.c: Lua plugin for WeeChat */ +/* + * weechat-lua.c: lua plugin for WeeChat + */ #undef _ |