Add proper spacing in include directvies

This commit is contained in:
Martin Storsjö
2014-07-01 10:55:04 +03:00
parent 76bd633d91
commit d2afebd2d7
9 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 "get_intra_predictor.h"
#include "ls_defines.h"