Fix styling issues, rename scripts

This commit is contained in:
2025-03-11 09:49:43 +03:00
parent 8009498331
commit 69515af77f
15 changed files with 91 additions and 11 deletions

View File

@@ -23,4 +23,3 @@ typedef size_t (*BH_HashCallback)(const void *);
typedef void (*BH_GenericCallback)(void *);
#endif /* BH_COMMON_H */

View File

@@ -221,4 +221,3 @@ void *BH_HashmapIterValue(void *iter);
#endif /* BH_HASHMAP_H */

View File

@@ -248,7 +248,6 @@ int BH_ConditionBroadcast(BH_Condition *condition);
void BH_SpinlockLock(int *lock);
/**
* Tries to lock the \a spinlock.
*

View File

@@ -105,7 +105,6 @@ uint32_t BH_Read32BEu(const char *buffer);
int32_t BH_Read32BEs(const char *buffer);
/**
* Reads 64-bit unsigned integer from the \a buffer in big-endian format.
*
@@ -136,7 +135,6 @@ void BH_Write16LEu(char *buffer,
uint16_t value);
/**
* Writes 16-bit signed integer to the \a buffer in little-endian format.
*
@@ -177,7 +175,6 @@ void BH_Write64LEu(char *buffer,
uint64_t value);
/**
* Writes 64-bit signed integer to the \a buffer in little-endian format.
*
@@ -208,7 +205,6 @@ void BH_Write16BEs(char *buffer,
int16_t value);
/**
* Writes 32-bit unsigned integer to the \a buffer in big-endian format.
*