shithub: openh264

Download patch

ref: 2eb65d7d72bcd70b6d54ebe013f9683b84f4a2d7
parent: 9caf082b4abb15c85113614f066a2bcaeda74a97
parent: d2afebd2d7cf7042f6e41f4d94199b6cfdf8d46e
author: ruil2 <ruil2@cisco.com>
date: Wed Jul 2 05:04:14 EDT 2014

Merge pull request #1053 from mstorsjo/fix-include-spacing

Add proper spacing in include directvies

--- a/test/common/ExpandPicture.cpp
+++ b/test/common/ExpandPicture.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 #include "codec_def.h"
 #include "expand_pic.h"
 #include "mem_align.h"
--- a/test/decoder/DecUT_ErrorConcealment.cpp
+++ b/test/decoder/DecUT_ErrorConcealment.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 
 #include "wels_common_basis.h"
 #include "mem_align.h"
--- a/test/decoder/DecUT_IntraPrediction.cpp
+++ b/test/decoder/DecUT_IntraPrediction.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 #include "cpu.h"
 #include "cpu_core.h"
 #include "get_intra_predictor.h"
--- a/test/decoder/DecUT_MotionCompensation.cpp
+++ b/test/decoder/DecUT_MotionCompensation.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 #include "codec_def.h"
 #include "mc.h"
 #include "mem_align.h"
--- a/test/decoder/DecUT_PredMv.cpp
+++ b/test/decoder/DecUT_PredMv.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 
 #include "wels_common_basis.h"
 #include "mem_align.h"
--- a/test/encoder/EncUT_DecodeMbAux.cpp
+++ b/test/encoder/EncUT_DecodeMbAux.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 #include "decode_mb_aux.h"
 #include "wels_common_basis.h"
 #include "macros.h"
--- a/test/encoder/EncUT_EncoderMbAux.cpp
+++ b/test/encoder/EncUT_EncoderMbAux.cpp
@@ -1,4 +1,4 @@
-#include<gtest/gtest.h>
+#include <gtest/gtest.h>
 #include "ls_defines.h"
 #include "encode_mb_aux.h"
 #include "wels_common_basis.h"
--- a/test/encoder/EncUT_GetIntraPredictor.cpp
+++ b/test/encoder/EncUT_GetIntraPredictor.cpp
@@ -1,5 +1,5 @@
-#include<gtest/gtest.h>
-#include<stdlib.h>
+#include <gtest/gtest.h>
+#include <stdlib.h>
 
 #include "get_intra_predictor.h"
 #include "ls_defines.h"
--- a/test/encoder/EncUT_Sample.cpp
+++ b/test/encoder/EncUT_Sample.cpp
@@ -1,5 +1,5 @@
-#include<gtest/gtest.h>
-#include<math.h>
+#include <gtest/gtest.h>
+#include <math.h>
 
 #include "cpu_core.h"
 #include "cpu.h"