From 04e7a5bd3949b206a25d78b7f81fb1f7acf347c2 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Tue, 9 Mar 2010 15:45:34 +0300 Subject: Cleanup and applying code style to some Database files. --HG-- branch : trunk --- src/shared/Database/DBCStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/Database/DBCStore.h') diff --git a/src/shared/Database/DBCStore.h b/src/shared/Database/DBCStore.h index 4344b6e6450..e192796e2fc 100644 --- a/src/shared/Database/DBCStore.h +++ b/src/shared/Database/DBCStore.h @@ -77,7 +77,7 @@ class DBCStorage { DBCFileLoader dbc; // Check if load was sucessful, only then continue - if(!dbc.Load(fn, fmt)) + if (!dbc.Load(fn, fmt)) return false; uint32 sqlRecordCount = 0; -- cgit v1.2.3