commit 3152bc1b312adbd9e7eb6b8313f1739cbfb18c11 parent 19e8c2323baa2d8d79ef6854367c30185fda99c8 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Thu, 11 Nov 2021 07:56:40 +0100 tests/cc: Whitespae change Diffstat:
| M | tests/cc/execute/0184-esc-macro.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cc/execute/0184-esc-macro.c b/tests/cc/execute/0184-esc-macro.c @@ -4,6 +4,6 @@ int main(void) { const char *value = VALUE; - + return 0; }