cleaned up whitespace

This commit is contained in:
Andreas Steffen
2010-11-09 20:43:50 +01:00
parent 1888dd6bd5
commit a816f1f588
6 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ imc_t* tnc_imc_create(char* name, char *filename, TNC_IMCID id)
/* we do not store or free dlopen() handles, leak_detective requires
* the modules to keep loaded until leak report */
this->public.initialize = dlsym(handle, "TNC_IMC_Initialize");
if (!this->public.initialize)
{
@@ -105,7 +105,7 @@ imc_t* tnc_imc_create(char* name, char *filename, TNC_IMCID id)
free(this);
return NULL;
}
this->public.receive_message =
this->public.receive_message =
dlsym(handle, "TNC_IMC_ReceiveMessage");
this->public.batch_ending =
dlsym(handle, "TNC_IMC_BatchEnding");