1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix indention

This commit is contained in:
Steffen Vogel 2021-02-19 06:38:38 +01:00
parent 937d4f0aae
commit 04fe1d34a1
4 changed files with 12 additions and 21 deletions

View file

@ -41,14 +41,12 @@
#include <villas/io.h>
#include <villas/config.h>
// Include hard-coded Ethercat Bus configuration
/* Include hard-coded Ethercat Bus configuration */
#include <villas/nodes/ethercat_config.hpp>
#ifdef __cplusplus
extern "C" {
#endif
#include <ecrt.h>
#include <ecrt.h>
}
#define DEFAULT_ETHERCAT_QUEUE_LENGTH (DEFAULT_QUEUE_LENGTH * 64)
#define DEFAULT_ETHERCAT_SAMPLE_LENGTH DEFAULT_SAMPLE_LENGTH
@ -116,9 +114,4 @@ int ethercat_read(struct vnode *n, struct sample *smps[], unsigned cnt, unsigned
/** @see node_type::write */
int ethercat_write(struct vnode *n, struct sample *smps[], unsigned cnt, unsigned *release);
/** @} */
#ifdef __cplusplus
}
#endif

View file

@ -27,7 +27,7 @@
#ifdef WITH_GRAPHVIZ
extern "C" {
#include <graphviz/gvc.h>
#include <graphviz/gvc.h>
}
#endif

View file

@ -20,11 +20,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************************/
#ifdef WITH_GRAPHVIZ
extern "C" {
#include <graphviz/gvc.h>
#include <graphviz/gvc.h>
}
#endif
#include <villas/timing.h>
#include <villas/api/request.hpp>

View file

@ -30,13 +30,13 @@
#include <villas/nodes/rtp.hpp>
extern "C" {
#include <re/re_main.h>
#include <re/re_types.h>
#include <re/re_mbuf.h>
#include <re/re_mem.h>
#include <re/re_sys.h>
#include <re/re_udp.h>
#undef ALIGN_MASK
#include <re/re_main.h>
#include <re/re_types.h>
#include <re/re_mbuf.h>
#include <re/re_mem.h>
#include <re/re_sys.h>
#include <re/re_udp.h>
#undef ALIGN_MASK
}
#include <villas/plugin.h>