From df16ebd7301a989c813c26ab2e21163d361ee236 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Dec 2011 17:48:04 +0000 Subject: (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style --- src/company_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/company_type.h') diff --git a/src/company_type.h b/src/company_type.h index 249cce7d1..0de8b5867 100644 --- a/src/company_type.h +++ b/src/company_type.h @@ -60,7 +60,7 @@ enum CompanyRemoveReason { CRR_AUTOCLEAN, ///< The company is removed due to autoclean. CRR_BANKRUPT, ///< The company went belly-up. - CRR_END ///< Sentinel for end. + CRR_END, ///< Sentinel for end. }; #endif /* COMPANY_TYPE_H */ -- cgit v1.2.3-54-g00ecf