Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 15, 2024
1 parent 245d41a commit d0ae097
Show file tree
Hide file tree
Showing 53 changed files with 262 additions and 287 deletions.
2 changes: 1 addition & 1 deletion c/src/assertions/x64_assert.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "../include/macros.h"
// this file should trigger compilation errors on non-x86 targets

int main(int argc, char const *argv[]) {
int main(int argc, char const *argv[]) {
#if CL_COMPILER
__asm {
aaa;
Expand Down
Loading

0 comments on commit d0ae097

Please sign in to comment.