diff options
Diffstat (limited to 'cmdline/cmdline.h')
-rw-r--r-- | cmdline/cmdline.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmdline/cmdline.h b/cmdline/cmdline.h index 4aced5b455..4dcaf804de 100644 --- a/cmdline/cmdline.h +++ b/cmdline/cmdline.h @@ -80,8 +80,7 @@ static bool LocationToFilename(const std::string& location, InstructionSet isa, } } -static Runtime* StartRuntime(const char* boot_image_location, - InstructionSet instruction_set) { +static Runtime* StartRuntime(const char* boot_image_location, InstructionSet instruction_set) { CHECK(boot_image_location != nullptr); RuntimeOptions options; |