lib: fix whitespace

More places with trailing whitespace, and empty blank lines

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2015-06-04 07:43:23 -07:00 committed by Thomas Monjalon
parent 364ea77481
commit a43a55472f
9 changed files with 11 additions and 18 deletions

View File

@ -464,4 +464,3 @@ cirbuf_get_tail(struct cirbuf * cbuf)
{
return cbuf->buf[cbuf->end];
}

View File

@ -561,4 +561,3 @@ cmdline_complete(struct cmdline *cl, const char *buf, int *state,
}
return 0;
}

View File

@ -695,4 +695,3 @@ rdline_miniprintf(struct rdline *rdl, const char * buf, unsigned int val)
}
}
}

View File

@ -226,4 +226,3 @@ rte_fbk_hash_free(struct rte_fbk_hash_table *ht)
rte_free(ht);
rte_free(te);
}

View File

@ -1006,4 +1006,3 @@ rte_lpm_delete_all(struct rte_lpm *lpm)
/* Delete all rules form the rules table. */
memset(lpm->rules_tbl, 0, sizeof(lpm->rules_tbl[0]) * lpm->max_rules);
}

View File

@ -206,4 +206,3 @@ malloc_heap_get_stats(const struct malloc_heap *heap,
socket_stats->alloc_count = heap->alloc_count;
return 0;
}

View File

@ -364,4 +364,3 @@ def main():
if __name__ == "__main__":
main()