[neurun] Fix wrong ifdef guard in Sink (#3883)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Thu, 6 Dec 2018 00:21:33 +0000 (09:21 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 6 Dec 2018 00:21:33 +0000 (09:21 +0900)
This commit fixes wrong ifdef guard in `Sink`.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
runtimes/neurun/src/exec/Sink.h

index c18fa6a..d39c37d 100644 (file)
@@ -160,4 +160,4 @@ private:
 } // namespace exec
 } // namespace neurun
 
-#endif // __INTERNAL_SINK_H__
+#endif // __NEURUN_EXEC_SINK_H__