Fix styling issues, rename scripts
This commit is contained in:
@@ -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