From 6e1d8a2dbe8e03769ca7d5f0736ad18822ef0b39 Mon Sep 17 00:00:00 2001 From: Pawel Szewczyk Date: Wed, 26 Nov 2014 16:19:15 +0100 Subject: [PATCH] libusbgx: tests: Add guarding macros in header Signed-off-by: Pawel Szewczyk Remove unnecessary newline. Change-Id: I3db3a1d8683867c1e969898882f0589f477ebe4b Signed-off-by: Krzysztof Opasiak --- tests/usbg-test.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/usbg-test.h b/tests/usbg-test.h index 15bb87a..53de1dc 100644 --- a/tests/usbg-test.h +++ b/tests/usbg-test.h @@ -1,3 +1,6 @@ +#ifndef USBG_TEST_H +#define USBG_TEST_H + #include #include #include "usbg/usbg_internal.h" @@ -171,3 +174,6 @@ int path_equal_display_error(const LargestIntegralType actual, const LargestInte */ void assert_path_equal(const char *actual, const char *expected); + +#endif /* USBG_TEST_H */ + -- 2.7.4