style updated and header fixes to match
This commit is contained in:
parent
acde9dfe3c
commit
3b1972eb67
10 changed files with 18 additions and 15 deletions
|
|
@ -19,4 +19,4 @@ typedef struct ARC_Array {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif //ARC_STD_ARRAY_H_
|
||||
#endif // !ARC_STD_ARRAY_H_
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif //ARC_STD_BOOL_H_
|
||||
#endif // !ARC_STD_BOOL_H_
|
||||
|
|
|
|||
|
|
@ -597,4 +597,4 @@ void ARC_ConfigType_StringDestroyFn(ARC_Config *config, void *type);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif //!ARC_STD_CONFIG_H_
|
||||
#endif // !ARC_STD_CONFIG_H_
|
||||
|
|
|
|||
|
|
@ -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_
|
||||
|
|
|
|||
|
|
@ -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_
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ uint32_t ARC_Queue_Size(ARC_Queue *queue);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif //ARC_STD_QUEUE_H_
|
||||
#endif // !ARC_STD_QUEUE_H_
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ uint32_t ARC_Stack_Size(ARC_Stack *stack);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif //ARC_STD_STACK_H_
|
||||
#endif // !ARC_STD_STACK_H_
|
||||
|
|
|
|||
|
|
@ -379,4 +379,4 @@ void ARC_String_ReplaceMatchingCStringWithStrlen(ARC_String **string, char *patt
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif //ARC_STD_STRING_H_
|
||||
#endif // !ARC_STD_STRING_H_
|
||||
|
|
|
|||
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue