From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- intern/ghost/test/multitest/MultiTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/test/multitest/MultiTest.c b/intern/ghost/test/multitest/MultiTest.c index 8cd31c3137e..dbb68a07895 100644 --- a/intern/ghost/test/multitest/MultiTest.c +++ b/intern/ghost/test/multitest/MultiTest.c @@ -61,8 +61,8 @@ char U[1024] = {0}; /***/ -typedef struct _MultiTestApp MultiTestApp; typedef struct _LoggerWindow LoggerWindow; +typedef struct _MultiTestApp MultiTestApp; void loggerwindow_log(LoggerWindow *lw, char *line); -- cgit v1.2.3