From af94f109f0272d3f588dbf308b92d879f208a9e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 24 Jul 2018 09:55:38 +0900 Subject: [PATCH] [coco] remove extra space (#775) This will remove extra space in include line Signed-off-by: SaeHie Park --- contrib/coco/core/include/coco/IR/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/coco/core/include/coco/IR/Module.h b/contrib/coco/core/include/coco/IR/Module.h index 5240e60..d1a1060 100644 --- a/contrib/coco/core/include/coco/IR/Module.h +++ b/contrib/coco/core/include/coco/IR/Module.h @@ -1,7 +1,7 @@ #ifndef __COCO_IR_MODULE_H__ #define __COCO_IR_MODULE_H__ -#include "coco/IR/EntityManager.h" +#include "coco/IR/EntityManager.h" #include "coco/IR/Block.h" #include "coco/IR/InputList.h" -- 2.7.4