From 824ba87d47a9c566714894127ec590211ced7beb Mon Sep 17 00:00:00 2001 From: milesfrain Date: Mon, 21 Sep 2020 21:20:07 -0700 Subject: [PATCH] example format failure --- example/custom/src/mainCpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/custom/src/mainCpp.cpp b/example/custom/src/mainCpp.cpp index d358937..e91d642 100644 --- a/example/custom/src/mainCpp.cpp +++ b/example/custom/src/mainCpp.cpp @@ -3,7 +3,7 @@ int main(void) { while (1) { - int x = my_sum(1, 2); + int x = my_sum(1, 2); } return 1; }