1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

cleanup: memlock line indent

This commit is contained in:
Zdenek Kabelac 2014-03-20 13:44:03 +01:00
parent 46ae028cd3
commit 1ee8688de0

View File

@ -445,7 +445,7 @@ void memlock_inc_daemon(struct cmd_context *cmd)
{ {
++_memlock_count_daemon; ++_memlock_count_daemon;
if (_memlock_count_daemon == 1 && _critical_section > 0) if (_memlock_count_daemon == 1 && _critical_section > 0)
log_error(INTERNAL_ERROR "_memlock_inc_daemon used in critical section."); log_error(INTERNAL_ERROR "_memlock_inc_daemon used in critical section.");
log_debug_mem("memlock_count_daemon inc to %d", _memlock_count_daemon); log_debug_mem("memlock_count_daemon inc to %d", _memlock_count_daemon);
_lock_mem_if_needed(cmd); _lock_mem_if_needed(cmd);
} }