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,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"