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>
8 files changed
tree: 863311eb688176c93c1e73987cd5a80b2cbb97ae
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. public/
  8. scripts/
  9. tee-supplicant/
  10. .gitattributes
  11. .gitignore
  12. Android.mk
  13. android_flags.mk
  14. CMakeLists.txt
  15. CMakeToolchain.txt
  16. config.mk
  17. flags.mk
  18. LICENSE
  19. Makefile
  20. README.md
  21. typedefs.checkpatch
README.md

OP-TEE Client API

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