From 10c14e02e0c3ad87f020a02fafd835ff5b92b18b Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 14 Jun 2016 12:18:06 -0700 Subject: [PATCH] suppress cpplint warning --- rcl/src/rcl/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/src/rcl/common.c b/rcl/src/rcl/common.c index e4db769..fe7f5e5 100644 --- a/rcl/src/rcl/common.c +++ b/rcl/src/rcl/common.c @@ -17,7 +17,7 @@ extern "C" { #endif -#include "./common.h" +#include "./common.h" // NOLINT #include