Merge pull request #1831 from rubenk/ai_hints-cleanup
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 3 Aug 2016 08:06:55 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2016 08:06:55 +0000 (10:06 +0200)
Ai hints cleanup

src/xencpu.c

index 2b87235..ab05396 100644 (file)
@@ -53,7 +53,7 @@ static int xencpu_init (void)
     {
         ERROR ("xencpu: xc_interface_open() failed");
         return (-1);
-    };
+    }
 
     xc_physinfo_t *physinfo;
 
@@ -71,7 +71,7 @@ static int xencpu_init (void)
         xc_interface_close(xc_handle);
         free(physinfo);
         return (-1);
-    };
+    }
 
     num_cpus = physinfo->nr_cpus;
     free(physinfo);