libmapper: format code using c++ clang-format

Remove libmapper/.clang-fromat and format code using c++ clang-format

Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I62781743b03fa1e806f51f4844c93aaf4cdfac4f
diff --git a/libmapper/test/utils.h b/libmapper/test/utils.h
index 73162cb..61bd35b 100644
--- a/libmapper/test/utils.h
+++ b/libmapper/test/utils.h
@@ -1,7 +1,8 @@
 #pragma once
 #include <stddef.h>
 #ifdef __cplusplus
-extern "C" {
+extern "C"
+{
 #endif
 char** generate_test_sarray(size_t);
 #ifdef __cplusplus