| commit | 2dd250b3785663c3a2a2c9349ad55d79bb443899 | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Thu Aug 10 15:56:13 2023 +0300 |
| committer | Jérôme Forissier <jerome@forissier.org> | Fri Oct 13 22:27:08 2023 +0200 |
| tree | 863311eb688176c93c1e73987cd5a80b2cbb97ae | |
| parent | 8533e0e6329840ee96cf81b6453f257204227e6c [diff] |
cmake: remove whitespace before parenthesis The style used by the CMake project itself and the most widely used CMake style does not place white space between the function/macro name and the parenthesis. Align with the common style. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers