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,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"
|
||||
|
||||
Reference in New Issue
Block a user