Use K&R style for curly braces in remaining files

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander
2014-03-20 17:27:17 +01:00
parent cd4da711a9
commit 95aed7febc
11 changed files with 41 additions and 21 deletions
+2 -1
View File
@@ -560,7 +560,8 @@
<pre>
int runhook(const char *drvstr, const char *id,
const char *opstr, const char *subopstr,
const char *extra) {
const char *extra)
{
int ret;
char *path;
virCommandPtr cmd;