mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-11 16:15:56 -04:00
Remove trailing whitespaces
Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
1000037831
commit
6350d3a0dd
@ -99,7 +99,7 @@
|
|||||||
/**
|
/**
|
||||||
* Put in memory a 32 bits unsigned integer in big-endian order.
|
* Put in memory a 32 bits unsigned integer in big-endian order.
|
||||||
*
|
*
|
||||||
* \param n 32 bits unsigned integer to put in memory
|
* \param n 32 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 32
|
* \param data Base address of the memory where to put the 32
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the most significant
|
* \param offset Offset from \p base where to put the most significant
|
||||||
@ -137,7 +137,7 @@
|
|||||||
/**
|
/**
|
||||||
* Put in memory a 32 bits unsigned integer in little-endian order.
|
* Put in memory a 32 bits unsigned integer in little-endian order.
|
||||||
*
|
*
|
||||||
* \param n 32 bits unsigned integer to put in memory
|
* \param n 32 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 32
|
* \param data Base address of the memory where to put the 32
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the least significant
|
* \param offset Offset from \p base where to put the least significant
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/**
|
/**
|
||||||
* Put in memory a 16 bits unsigned integer in little-endian order.
|
* Put in memory a 16 bits unsigned integer in little-endian order.
|
||||||
*
|
*
|
||||||
* \param n 16 bits unsigned integer to put in memory
|
* \param n 16 bits unsigned integer to put in memory.
|
||||||
* \param data Base address of the memory where to put the 16
|
* \param data Base address of the memory where to put the 16
|
||||||
* bits unsigned integer in.
|
* bits unsigned integer in.
|
||||||
* \param offset Offset from \p base where to put the least significant
|
* \param offset Offset from \p base where to put the least significant
|
||||||
|
Loading…
x
Reference in New Issue
Block a user