Fix styling issues, rename scripts
This commit is contained in:
@@ -23,4 +23,3 @@ typedef size_t (*BH_HashCallback)(const void *);
|
||||
typedef void (*BH_GenericCallback)(void *);
|
||||
|
||||
#endif /* BH_COMMON_H */
|
||||
|
||||
|
||||
@@ -221,4 +221,3 @@ void *BH_HashmapIterValue(void *iter);
|
||||
|
||||
|
||||
#endif /* BH_HASHMAP_H */
|
||||
|
||||
|
||||
@@ -248,7 +248,6 @@ int BH_ConditionBroadcast(BH_Condition *condition);
|
||||
void BH_SpinlockLock(int *lock);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Tries to lock the \a spinlock.
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user