Fix build error (#6484)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 12 Aug 2019 03:17:15 +0000 (12:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 12 Aug 2019 03:17:15 +0000 (12:17 +0900)
- add missing semicolon on nnfw.h

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
runtimes/include/nnfw.h

index 2a1b22d..a996964 100644 (file)
@@ -49,11 +49,12 @@ typedef enum {
 /**
  * tensor_info
  */
-struct nnfw_tensorinfo {
+struct nnfw_tensorinfo
+{
   NNFW_TYPE dtype;
   int rank;
   int dims[6]; // MAX rank is 6
-}
+};
 
 /*
  * Create a new session instance