From ed4889c79f5f7e2383507bb7bd524c9b1777da7e Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Mon, 26 Sep 2016 16:48:27 +0100 Subject: [PATCH] GREENTEA - Fix a warning due to the absence of an empty line at the end of greentea_serial.h --- .../greentea-client/greentea-client/greentea_serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/frameworks/greentea-client/greentea-client/greentea_serial.h b/features/frameworks/greentea-client/greentea-client/greentea_serial.h index 9adba96e5c..056c61cb27 100644 --- a/features/frameworks/greentea-client/greentea-client/greentea_serial.h +++ b/features/frameworks/greentea-client/greentea-client/greentea_serial.h @@ -10,4 +10,4 @@ public: }; extern SingletonPtr greentea_serial; -#endif \ No newline at end of file +#endif