Skip to content

Commit

Permalink
modlines
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp committed May 28, 2016
1 parent 48e02c8 commit 8f6ec4e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/collector.cpp
@@ -1,3 +1,7 @@
/**
* (c) 2016 David "Danilaw" Soria Parra
* vim: set ts=2 sts=2 sw=2 expandtab:
*/
#include "collector.h"
#include <cassert>
#include <cstdlib>
Expand Down
4 changes: 4 additions & 0 deletions src/collector.h
@@ -1,3 +1,7 @@
/**
* (c) 2016 David "Danilaw" Soria Parra
* vim: set ts=2 sts=2 sw=2 expandtab:
*/
#ifndef __COLLECTOR_H__
#define __COLLECTOR_H__

Expand Down
4 changes: 4 additions & 0 deletions src/main.cpp
@@ -1,3 +1,7 @@
/**
* (c) 2016 David "Danilaw" Soria Parra
* vim: set ts=2 sts=2 sw=2 expandtab:
*/
#ifdef HAVE_COLLECTD
extern "C" {
#define HAVE_ENDIAN_H 1
Expand Down

0 comments on commit 8f6ec4e

Please sign in to comment.