From 6380829d0a14c03cfeb51d0912a160379299f844 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 13 Sep 2016 21:15:39 -0400 Subject: [PATCH] fix indention --- include/villas/sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/sample.h b/include/villas/sample.h index 56306ee83..9cd16f6d2 100644 --- a/include/villas/sample.h +++ b/include/villas/sample.h @@ -34,7 +34,7 @@ enum sample_flags { SAMPLE_OFFSET = 2, SAMPLE_SEQUENCE = 4, SAMPLE_VALUES = 8, - SAMPLE_ALL = 16-1 + SAMPLE_ALL = 16-1 }; struct sample {