<!-- ************************************** WARNING ************************************** The ciarcom bot parses this header automatically. Any deviation from the template may cause the bot to automatically correct this header or may result in a warning message, requesting updates. Please ensure all sections of the template below are filled in and no changes are made to the template format. Only bugs should be raised here as issues. Questions or enhancements should instead be raised on our forums: https://forums.mbed.com/ . ************************************************************************************* --> ### Astyle issue for PSA auto-generated files during release <!-- Add detailed description of what you are reporting. Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html --> #### Target(s) affected by this defect ? LPC55S69_S ARM_MUSCA_A1_S #### Toolchain(s) (name and version) displaying this defect ? ARMC6 and GCC_ARM #### What version of Mbed-os are you using (tag or sha)? https://github.com/ARMmbed/mbed-os/commit/8c673ba59798a5e4b246792733973d499d593e69 #### How is this defect reproduced? From the above mentioned targets, run `python tools/psa/release.py -t <tool> -m <target> --commit` You will see 2 commits generated, the one with psa_setup.c will be regenerated with astyle issue. This was observed in - https://github.com/ARMmbed/mbed-os/pull/12082