You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24ade42a37
* Add better pointer declaration readability I revised the declaration of single-line pointers by splitting it into multiple lines. Now, every pointer is declared (and initialized accordingly) on its own line. This refactoring should enhance readability and decrease the probability of error when a new pointer is added/removed or a current one has its initialization value modified. Signed-off-by: Cristian Cristea <cristiancristea00@gmail.com> * Remove unnecessary whitespace characters and lines It removes whitespace characters at the end of lines (empty or othwerwise) and clear lines at the end of the file (only one remains). It is an automatic operation done by git. Signed-off-by: Cristian Cristea <cristiancristea00@gmail.com> Signed-off-by: Cristian Cristea <cristiancristea00@gmail.com> |
2 years ago | |
---|---|---|
.. | ||
secure_context.c | 3 years ago | |
secure_context.h | 3 years ago | |
secure_context_port.c | 3 years ago | |
secure_heap.c | 2 years ago | |
secure_heap.h | 3 years ago | |
secure_init.c | 3 years ago | |
secure_init.h | 3 years ago | |
secure_port_macros.h | 3 years ago |