Skip to content

Commit 31544f4

Browse files
committed
fix formatting
1 parent 6d1436d commit 31544f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libclc/generic/include/core/clc_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
#include <as_type.h>
3232
#include <clc/clcfunc.h>
33-
#include <macros.h>
3433
#include <clc/clctypes.h>
34+
#include <macros.h>
3535

3636
#include <clc/float/definitions.h>
3737
#include <clc/integer/definitions.h>

libclc/generic/lib/math/math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#ifndef __CLC_MATH_H_
2424
#define __CLC_MATH_H_
2525

26-
#include <clc/clcfunc.h>
2726
#include "as_type.h"
2827
#include "config.h"
28+
#include <clc/clcfunc.h>
2929

3030
#define SNAN 0x001
3131
#define QNAN 0x002

0 commit comments

Comments
 (0)