]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/tools/lxc_copy.c
Improve coding style and coding conventions
authorChristian Brauner <christian.brauner@mailbox.org>
Tue, 10 Nov 2015 16:52:36 +0000 (17:52 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 17 Nov 2015 16:36:57 +0000 (11:36 -0500)
commit8130ebe80fc66bbbccdfa54d70664084a36a1e13
treedc857cf77769996333b063f252a184ed33912074
parentb84e8c4bb2a63936f0eae0ab5f9a9ff39a79d8dc
Improve coding style and coding conventions

Local variables should not have the same name as global variables to avoid
confusion.

Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc_copy.c