From: Rinigus Date: Sat, 30 Jul 2016 17:06:26 +0000 (+0300) Subject: inteface plugin: add formatting string X-Git-Tag: collectd-5.6.0~135^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fc8f6e1bfd3b121c72ac30d1aa855d90f724b00b;p=collectd.git inteface plugin: add formatting string --- diff --git a/src/interface.c b/src/interface.c index 2a6a027d..a91c13be 100644 --- a/src/interface.c +++ b/src/interface.c @@ -426,3 +426,13 @@ void module_register (void) #endif plugin_register_read ("interface", interface_read); } /* void module_register */ + +/* + * Local variables: + * c-file-style: "linux" + * indent-tabs-mode: t + * c-indent-level: 4 + * c-basic-offset: 4 + * tab-width: 4 + * End: + */