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/tcl | |
parent | 9394a78e39d4435ac2a66834d959695233baf977 (diff) | |
download | weechat-31bfcf96c700ce8454609d19ad6e5f5e6c28253f.zip |
Reformat and add comments for description of C sources
Diffstat (limited to 'src/plugins/scripts/tcl')
-rw-r--r-- | src/plugins/scripts/tcl/weechat-tcl-api.c | 4 | ||||
-rw-r--r-- | src/plugins/scripts/tcl/weechat-tcl.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.c b/src/plugins/scripts/tcl/weechat-tcl-api.c index 8f34c5cb9..9e2688b4c 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.c +++ b/src/plugins/scripts/tcl/weechat-tcl-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-tcl-api.c: Tcl API functions */ +/* + * weechat-tcl-api.c: tcl API functions + */ #undef _ diff --git a/src/plugins/scripts/tcl/weechat-tcl.c b/src/plugins/scripts/tcl/weechat-tcl.c index 18d828c15..fed137248 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.c +++ b/src/plugins/scripts/tcl/weechat-tcl.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* weechat-tcl.c: Tcl plugin for WeeChat */ +/* + * weechat-tcl.c: tcl plugin for WeeChat + */ #undef _ |