commit | 01beb245a20c536e93a14f182d0a16de1f08cea2 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Nov 16 18:58:10 2009 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Nov 16 20:28:30 2009 +0300 |
tree | 92150cc3f081835408138a17b010a61cc26fb44a | |
parent | 5fd2684160c474890a36746b4dd2d52cd892972a [diff] |
src/lib/config.c: minor semicolon cleanup Since MERGE_* are macros there's no need to put a semicolon (;) after a closing bracket. In reality in some places there is a semicolon, in some other places there is not. Unify that by removing the semicolon after macro calls. Signed-off-by: Kir Kolyshkin <kir@openvz.org>