From 243e9e9fb89f23fc72232b2d78ab14c37ba54751 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 30 Jan 2018 16:21:47 -0600 Subject: [PATCH] MCOL-962 format --- dbcon/mysql/ha_calpont_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbcon/mysql/ha_calpont_impl.cpp b/dbcon/mysql/ha_calpont_impl.cpp index 3eb5a20ab..5ca18e212 100755 --- a/dbcon/mysql/ha_calpont_impl.cpp +++ b/dbcon/mysql/ha_calpont_impl.cpp @@ -1824,7 +1824,7 @@ __declspec(dllexport) #endif // Return 1 if system is ready for reads or 0 if not. long long mcssystemready(UDF_INIT* initid, UDF_ARGS* args, - char* is_null, char* error) + char* is_null, char* error) { long long rtn = 0; Oam oam; @@ -1868,7 +1868,7 @@ __declspec(dllexport) #endif // Return non-zero if system is read only; 0 if writeable long long mcssystemreadonly(UDF_INIT* initid, UDF_ARGS* args, - char* is_null, char* error) + char* is_null, char* error) { long long rtn = 0; DBRM dbrm(true);