ref: 09b95ad0bd69c540257d5d9ae87f0bd2e498b1eb
parent: c1a24d52f5e4ca96a0775dfe0f83cc22e43f3c8c
parent: fba362d1ded4aa31fa3503fcb9d2318690f0f5c2
author: dongzha <dongzha@cisco.com>
date: Tue Jul 8 10:29:48 EDT 2014
Merge pull request #1100 from mstorsjo/fix-include-spacing Fix spacing in include directives
--- 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"