From c3727e2183e4c6932df87c7b2bbd09051c6ca119 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Tue, 14 Jan 2020 22:13:53 +0200 Subject: [PATCH] Autoformatting --- include/astaroth_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/astaroth_node.h b/include/astaroth_node.h index d582192..87551a5 100644 --- a/include/astaroth_node.h +++ b/include/astaroth_node.h @@ -69,7 +69,7 @@ Resets all devices on the current node. */ AcResult acNodeDestroy(Node node); -/** +/** Prints information about the devices available on the current node. Requires that Node has been initialized with @@ -77,7 +77,7 @@ Requires that Node has been initialized with */ AcResult acNodePrintInfo(const Node node); -/** +/**