ref: fba362d1ded4aa31fa3503fcb9d2318690f0f5c2
parent: c1a24d52f5e4ca96a0775dfe0f83cc22e43f3c8c
author: Martin Storsjö <martin@martin.st>
date: Tue Jul 8 05:01:42 EDT 2014
Fix spacing in include directives Astyle doesn't change the spacing here, but make it consistent with all the other files.
--- a/test/encoder/EncUT_EncoderExt.cpp
+++ b/test/encoder/EncUT_EncoderExt.cpp
@@ -1,5 +1,5 @@
-#include<gtest/gtest.h>
-#include<stdlib.h>
+#include <gtest/gtest.h>
+#include <stdlib.h>
#include "codec_api.h"
#include "welsEncoderExt.h"
@@ -115,4 +115,4 @@
TEST_F (EncoderInterfaceTest, TestTemporalLayerSetting) {
TemporalLayerSettingTest();
-}
\ No newline at end of file
+}
--- a/test/encoder/EncUT_MemoryZero.cpp
+++ b/test/encoder/EncUT_MemoryZero.cpp
@@ -1,7 +1,7 @@
-#include<gtest/gtest.h>
-#include<math.h>
-#include<stdlib.h>
-#include<time.h>
+#include <gtest/gtest.h>
+#include <math.h>
+#include <stdlib.h>
+#include <time.h>
#include "cpu_core.h"
#include "cpu.h"
--- a/test/encoder/EncUT_Reconstruct.cpp
+++ b/test/encoder/EncUT_Reconstruct.cpp
@@ -1,7 +1,7 @@
-#include<gtest/gtest.h>
-#include<math.h>
-#include<stdlib.h>
-#include<time.h>
+#include <gtest/gtest.h>
+#include <math.h>
+#include <stdlib.h>
+#include <time.h>
#include "cpu_core.h"
#include "cpu.h"