Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Sep 12, 2023
1 parent 60df9d8 commit 791b3ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cudaq-quake/cudaq-quake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ static cl::opt<bool> noSimplify(
static cl::opt<bool> astDump("ast-dump", cl::desc("Dump the ast."),
cl::init(false));

static cl::opt<bool> showVersion("nvqpp-version", cl::desc("Print the version."),
static cl::opt<bool> showVersion("nvqpp-version",
cl::desc("Print the version."),
cl::init(false));

static cl::opt<bool> verboseClang("v",
Expand Down

0 comments on commit 791b3ba

Please sign in to comment.