commit be41b2d2cae3125726d51b5f1ac4272ec5d4d255 parent 4693a350fcf4a519db4ed75e07a8b56b567cdbfa 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; }