diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2011-10-10 17:27:43 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2011-10-17 13:40:08 +0200 |
commit | 14dcceded26f4c46b92adc8b5518749fd8f80d8b (patch) | |
tree | dc0708d1ccd9eeb2d5253592907edad1250d9d44 | |
parent | c630da7a6c92e6bc1576803fb13e3cabc55ffad0 (diff) |
white space cleanup
Necessary for the next patch from Lukas to apply cleanly.
-rwxr-xr-x | src/DB_interfaces/api_db/pluginapids.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DB_interfaces/api_db/pluginapids.cpp b/src/DB_interfaces/api_db/pluginapids.cpp index e2b5a9b..7f4781b 100755 --- a/src/DB_interfaces/api_db/pluginapids.cpp +++ b/src/DB_interfaces/api_db/pluginapids.cpp @@ -948,7 +948,7 @@ bool TPluginApiDS::dsFilteredFetchesFromDB(bool aFilterChanged) // requested by aNeedAll) localstatus TPluginApiDS::apiReadSyncSet(bool aNeedAll) { - TSyError dberr=LOCERR_OK; + TSyError dberr=LOCERR_OK; #ifdef SYDEBUG string ts1,ts2; #endif @@ -978,13 +978,13 @@ localstatus TPluginApiDS::apiReadSyncSet(bool aNeedAll) else if (dberr==LOCERR_NOTIMP) dberr=LOCERR_OK; // we just don't have a data plugin, that's ok, inherited (SQL) will handle data if (dberr!=LOCERR_OK) - goto endread; + goto endread; } // binfile active #endif // BASED_ON_BINFILE_CLIENT #ifndef SDK_ONLY_SUPPORT // only handle here if we are in charge - otherwise let ancestor handle it if (!fDBApi_Data.Created()) - return inherited::apiReadSyncSet(aNeedAll); + return inherited::apiReadSyncSet(aNeedAll); #endif // just let plugin know if we want data (if it actually does is the plugin's choice) @@ -1025,7 +1025,7 @@ localstatus TPluginApiDS::apiReadSyncSet(bool aNeedAll) // start the reading phase anyway (to make sure call order is always StartRead/EndRead/StartWrite/EndWrite) dberr = fDBApi_Data.StartDataRead(fPreviousToRemoteSyncIdentifier.c_str(),fPreviousSuspendIdentifier.c_str()); if (dberr!=LOCERR_OK) { - PDEBUGPRINTFX(DBG_ERROR,("DBapi::StartDataRead fatal error: %hd",dberr)); + PDEBUGPRINTFX(DBG_ERROR,("DBapi::StartDataRead fatal error: %hd",dberr)); goto endread; } // we don't need to load the syncset if we are only refreshing from remote |