Fix spacing in include directives
Astyle doesn't change the spacing here, but make it consistent with all the other files.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#include<gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include<stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "codec_api.h"
|
#include "codec_api.h"
|
||||||
#include "welsEncoderExt.h"
|
#include "welsEncoderExt.h"
|
||||||
|
|
||||||
@@ -115,4 +115,4 @@ void EncoderInterfaceTest::TemporalLayerSettingTest() {
|
|||||||
|
|
||||||
TEST_F (EncoderInterfaceTest, TestTemporalLayerSetting) {
|
TEST_F (EncoderInterfaceTest, TestTemporalLayerSetting) {
|
||||||
TemporalLayerSettingTest();
|
TemporalLayerSettingTest();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include<gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include<math.h>
|
#include <math.h>
|
||||||
#include<stdlib.h>
|
#include <stdlib.h>
|
||||||
#include<time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "cpu_core.h"
|
#include "cpu_core.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include<gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include<math.h>
|
#include <math.h>
|
||||||
#include<stdlib.h>
|
#include <stdlib.h>
|
||||||
#include<time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "cpu_core.h"
|
#include "cpu_core.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user