From 744f6339865fa8ed00b2e98aa5812b94d67a8604 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Feb 2019 14:01:45 +1100 Subject: Cleanup: trailing commas Needed for clan-format not to wrap onto one line. --- source/creator/creator_intern.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/creator/creator_intern.h') diff --git a/source/creator/creator_intern.h b/source/creator/creator_intern.h index 453a5e80e7b..96fcf80156e 100644 --- a/source/creator/creator_intern.h +++ b/source/creator/creator_intern.h @@ -52,7 +52,6 @@ struct ApplicationState { struct { unsigned char python; } exit_code_on_error; - }; extern struct ApplicationState app_state; /* creator.c */ -- cgit v1.2.3