libusbgx: tests: Add guarding macros in header
authorPawel Szewczyk <p.szewczyk@samsung.com>
Wed, 26 Nov 2014 15:19:15 +0000 (16:19 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 20:45:33 +0000 (21:45 +0100)
Signed-off-by: Pawel Szewczyk <p.szewczyk@samsung.com>
Remove unnecessary newline.

Change-Id: I3db3a1d8683867c1e969898882f0589f477ebe4b
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
tests/usbg-test.h

index 15bb87a..53de1dc 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef USBG_TEST_H
+#define USBG_TEST_H
+
 #include <usbg/usbg.h>
 #include <sys/queue.h>
 #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 */
+