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

refactor: fix whitespaces

This commit is contained in:
Steffen Vogel 2018-08-06 11:16:36 +02:00
parent 7c74f0f2e9
commit b533cee9ad
25 changed files with 25 additions and 25 deletions

View file

@ -29,7 +29,7 @@
#include <villas/crypt.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
struct advio {

View file

@ -33,7 +33,7 @@
#include "api/session.h"
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declarations */

View file

@ -31,7 +31,7 @@
#include <villas/buffer.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
enum api_version {

View file

@ -24,7 +24,7 @@
#pragma once
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Common states for most objects in VILLASnode (paths, nodes, hooks, plugins) */

View file

@ -27,7 +27,7 @@
#pragma once
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Paths */

View file

@ -26,7 +26,7 @@
#include <openssl/sha.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/** Calculate SHA1 hash of complete file \p f and place it into \p sha1.

View file

@ -26,7 +26,7 @@
#include <stdio.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declarations */

View file

@ -40,7 +40,7 @@
#include <jansson.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declarations */

View file

@ -36,7 +36,7 @@
#include <villas/list.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
#define IF_IRQ_MAX 3 /**< Maxmimal number of IRQs of an interface */

View file

@ -40,7 +40,7 @@
#include <jansson.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
typedef uint32_t tc_hdl_t;

View file

@ -40,7 +40,7 @@
#include <jansson.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
typedef uint32_t tc_hdl_t;

View file

@ -35,7 +35,7 @@
#include <villas/common.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
#define LIST_CHUNKSIZE 16

View file

@ -30,7 +30,7 @@ struct log;
#include "log.h"
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/** Wrapper for log_parse, to check if config file exists **/

View file

@ -39,7 +39,7 @@
#include <villas/common.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
struct node_direction {

View file

@ -25,7 +25,7 @@
*********************************************************************************/
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
#pragma once

View file

@ -34,7 +34,7 @@
#include <villas/list.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declaration */

View file

@ -45,7 +45,7 @@
#include <villas/list.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
enum iec61850_type {

View file

@ -41,7 +41,7 @@
#include <villas/nodes/iec61850.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
struct iec61850_sv {

View file

@ -35,7 +35,7 @@
#include <villas/queue_signalled.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declarations */

View file

@ -32,7 +32,7 @@
#include "format_type.h"
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/** (De-)Register a plugin by adding it to the global plugin list.

View file

@ -41,7 +41,7 @@
#include <villas/common.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declarations */

View file

@ -28,7 +28,7 @@
#include "queue.h"
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
enum queue_signalled_flags {

View file

@ -33,7 +33,7 @@
#include <time.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/* Forward declarations */

View file

@ -29,7 +29,7 @@
#include <time.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif
/** Get delta between two timespec structs */

View file

@ -34,7 +34,7 @@
#include <villas/log.h>
#ifdef __cplusplus
extern "C"{
extern "C" {
#endif