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:
Martin Storsjö
2014-07-08 09:01:42 +03:00
parent c1a24d52f5
commit fba362d1de
3 changed files with 11 additions and 11 deletions

View File

@@ -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 @@ void EncoderInterfaceTest::TemporalLayerSettingTest() {
TEST_F (EncoderInterfaceTest, TestTemporalLayerSetting) {
TemporalLayerSettingTest();
}
}