diff options
Diffstat (limited to 'include/alu.h')
-rw-r--r-- | include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alu.h b/include/alu.h index 80a5d73..4427060 100644 --- a/include/alu.h +++ b/include/alu.h @@ -15,4 +15,4 @@ Uint32 OR(Uint32 a, Uint32 b); Uint32 SHL(Uint32 a); Uint32 SHR(Uint32 a); -#endif
\ No newline at end of file +#endif |