style updated and header fixes to match

This commit is contained in:
herbglitch 2025-03-28 04:30:45 -06:00
parent acde9dfe3c
commit 3b1972eb67
10 changed files with 18 additions and 15 deletions

View file

@ -19,4 +19,4 @@ typedef struct ARC_Array {
}
#endif
#endif //ARC_STD_ARRAY_H_
#endif // !ARC_STD_ARRAY_H_

View file

@ -20,4 +20,4 @@ extern "C" {
}
#endif
#endif //ARC_STD_BOOL_H_
#endif // !ARC_STD_BOOL_H_

View file

@ -597,4 +597,4 @@ void ARC_ConfigType_StringDestroyFn(ARC_Config *config, void *type);
}
#endif
#endif //!ARC_STD_CONFIG_H_
#endif // !ARC_STD_CONFIG_H_

View file

@ -125,4 +125,4 @@ void ARC_Hashtable_RunIteration(ARC_Hashtable *hashtable, ARC_Hashtable_Iterator
}
#endif
#endif //ARC_STD_HASHTABLE_H_
#endif // !ARC_STD_HASHTABLE_H_

View file

@ -39,4 +39,4 @@ void ARC_IO_WriteStrToFile(ARC_String *path, ARC_String *data);
}
#endif
#endif //ARC_STD_IO_H_
#endif // !ARC_STD_IO_H_

View file

@ -54,4 +54,4 @@ uint32_t ARC_Queue_Size(ARC_Queue *queue);
}
#endif
#endif //ARC_STD_QUEUE_H_
#endif // !ARC_STD_QUEUE_H_

View file

@ -54,4 +54,4 @@ uint32_t ARC_Stack_Size(ARC_Stack *stack);
}
#endif
#endif //ARC_STD_STACK_H_
#endif // !ARC_STD_STACK_H_

View file

@ -379,4 +379,4 @@ void ARC_String_ReplaceMatchingCStringWithStrlen(ARC_String **string, char *patt
}
#endif
#endif //ARC_STD_STRING_H_
#endif // !ARC_STD_STRING_H_

View file

@ -119,4 +119,4 @@ void *ARC_Vector_Get(ARC_Vector *vector, uint32_t index);
}
#endif
#endif //!ARC_STD_VECTOR_H_
#endif // !ARC_STD_VECTOR_H_