mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
libdm-common.c: remove trailing whitespace
This commit is contained in:
parent
24a92e08c0
commit
257f7febc7
@ -110,7 +110,7 @@ void dm_lib_init(void)
|
|||||||
__attribute__((format(printf, 5, 0)))
|
__attribute__((format(printf, 5, 0)))
|
||||||
static void _default_log_line(int level,
|
static void _default_log_line(int level,
|
||||||
const char *file __attribute__((unused)),
|
const char *file __attribute__((unused)),
|
||||||
int line __attribute__((unused)), int dm_errno_or_class,
|
int line __attribute__((unused)), int dm_errno_or_class,
|
||||||
const char *f, va_list ap)
|
const char *f, va_list ap)
|
||||||
{
|
{
|
||||||
static int _abort_on_internal_errors = -1;
|
static int _abort_on_internal_errors = -1;
|
||||||
@ -138,7 +138,7 @@ static void _default_log_line(int level,
|
|||||||
__attribute__((format(printf, 5, 6)))
|
__attribute__((format(printf, 5, 6)))
|
||||||
static void _default_log_with_errno(int level,
|
static void _default_log_with_errno(int level,
|
||||||
const char *file __attribute__((unused)),
|
const char *file __attribute__((unused)),
|
||||||
int line __attribute__((unused)), int dm_errno_or_class,
|
int line __attribute__((unused)), int dm_errno_or_class,
|
||||||
const char *f, ...)
|
const char *f, ...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
Loading…
Reference in New Issue
Block a user