Skip to content

Commit 9e8c55a

Browse files
committed
small visual code improvements
1 parent f1cb3ba commit 9e8c55a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cpu/cpu_info.h

-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010

1111
#ifndef CPU_INFO_H_SENTRY
1212
#define CPU_INFO_H_SENTRY
13-
1413
#include <stdio.h>
1514

1615
void print_cpu_info(void);
1716
void print_full_cpu_info(void);
18-
1917
#endif

src/hlp/hlp_info.h

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#ifndef HLP_INFO_H_SENTRY
1212
#define HLP_INFO_H_SENTRY
1313
#include <stdio.h>
14+
1415
void print_banner(void);
1516
void print_logo(void);
1617
void print_err_info(void);

0 commit comments

Comments
 (0)