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/internal.h b/libmapper/internal.h
index 836a5ec..1e9ded9 100644
--- a/libmapper/internal.h
+++ b/libmapper/internal.h
@@ -1,7 +1,8 @@
#pragma once
#include <stddef.h>
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
size_t sarraylen(char* array[]);
void sarrayfree(char* array[]);