From 99e94015c497dabe8a3f7ca06f3f6ccc79d8ccdb Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Mon, 4 May 2015 11:33:12 -0700 Subject: [PATCH] Added newline at end of file --- xpcPlugin/DataManager.cpp | 2 +- xpcPlugin/Log.cpp | 2 +- xpcPlugin/Message.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xpcPlugin/DataManager.cpp b/xpcPlugin/DataManager.cpp index 3f3541e..8354be0 100644 --- a/xpcPlugin/DataManager.cpp +++ b/xpcPlugin/DataManager.cpp @@ -718,4 +718,4 @@ namespace XPC Set(DREF::FlapSetting, value); Set(DREF::FlapActual, value); } -} \ No newline at end of file +} diff --git a/xpcPlugin/Log.cpp b/xpcPlugin/Log.cpp index e754312..6afc271 100644 --- a/xpcPlugin/Log.cpp +++ b/xpcPlugin/Log.cpp @@ -115,4 +115,4 @@ namespace XPC va_end(args); } -} \ No newline at end of file +} diff --git a/xpcPlugin/Message.cpp b/xpcPlugin/Message.cpp index 4448dec..ca921ac 100644 --- a/xpcPlugin/Message.cpp +++ b/xpcPlugin/Message.cpp @@ -181,4 +181,4 @@ namespace XPC } #endif } -} \ No newline at end of file +}