diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-26 20:37:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-26 20:37:03 +0200 |
commit | dfdf42e27b033730178bf8884e2f4a1e6c960791 (patch) | |
tree | 6f7a25f6df49089832aabc6448bd6e527de2ea0e /src/plugins/fifo/fifo-info.c | |
parent | 2a83aae85e68a8c7431f372f39131b09fea7bca1 (diff) | |
download | weechat-dfdf42e27b033730178bf8884e2f4a1e6c960791.zip |
core: remove unneeded whitespace
Diffstat (limited to 'src/plugins/fifo/fifo-info.c')
-rw-r--r-- | src/plugins/fifo/fifo-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fifo/fifo-info.c b/src/plugins/fifo/fifo-info.c index 737ac7e01..d4a2b2993 100644 --- a/src/plugins/fifo/fifo-info.c +++ b/src/plugins/fifo/fifo-info.c @@ -38,12 +38,12 @@ fifo_info_get_info_cb (void *data, const char *info_name, /* make C compiler happy */ (void) data; (void) arguments; - + if (weechat_strcasecmp (info_name, "fifo_filename") == 0) { return fifo_filename; } - + return NULL; } |