Removed all trailing whitespace.
This commit is contained in:
@ -619,7 +619,7 @@ static logfile_t* logmanager_get_logfile(
|
||||
* @param use_valist does write involve formatting of the string and use of
|
||||
* valist argument
|
||||
* @param spread_down if true, log string is spread to all logs having
|
||||
* larger id.
|
||||
* larger id
|
||||
* @param rotate if set, closes currently open log file and opens a
|
||||
* new one
|
||||
* @param str_len length of formatted string
|
||||
@ -972,7 +972,6 @@ static char* blockbuf_get_writepos(
|
||||
blockbuf_t* bb;
|
||||
ss_debug(bool succp;)
|
||||
|
||||
|
||||
CHK_LOGMANAGER(lm);
|
||||
lf = &lm->lm_logfile[id];
|
||||
CHK_LOGFILE(lf);
|
||||
@ -988,7 +987,6 @@ static char* blockbuf_get_writepos(
|
||||
*/
|
||||
node = bb_list->mlist_first;
|
||||
|
||||
|
||||
/** Loop over blockbuf list to find write position */
|
||||
while (true) {
|
||||
CHK_MLIST_NODE(node);
|
||||
@ -1070,7 +1068,6 @@ static char* blockbuf_get_writepos(
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
}else if(bb->bb_state == BB_CLEARED){
|
||||
|
||||
/**
|
||||
@ -1112,9 +1109,6 @@ static char* blockbuf_get_writepos(
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}else if (bb->bb_state == BB_READY){
|
||||
/**
|
||||
* There is space for new log string.
|
||||
|
Reference in New Issue
Block a user