FreeRTOS-Kernel/portable/ThirdParty/GCC
Cristian Cristea 24ade42a37
Added better pointer declaration readability (#567)
* 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>
2022-09-26 14:43:30 -07:00
..
ARC_EM_HS Warning fixes. (#356) 2021-07-20 12:55:49 -07:00
ARC_v1 Warning fixes. (#356) 2021-07-20 12:55:49 -07:00
ARM_TFM M85 support (#556) 2022-09-13 22:08:25 +05:30
ATmega add extra check for compiler time (#499) 2022-06-02 22:33:37 +05:30
Posix Fix warnings in posix port (#544) 2022-08-16 16:41:17 +05:30
RISC-V Style: Make freertos.org = FreeRTOS.org and add https (#134) 2020-08-21 11:30:39 -07:00
RP2040 portable-RP2040: Fix typo in README.md (#559) 2022-09-14 12:13:10 +05:30
Xtensa_ESP32 Added better pointer declaration readability (#567) 2022-09-26 14:43:30 -07:00