Skip to content

Commit 3a7810a

Browse files
committed
Formatting
1 parent 7ce769f commit 3a7810a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Commands/CommandObjectProcess.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,9 +1765,9 @@ class CommandObjectProcessHandle : public CommandObjectParsed {
17651765

17661766
// If there were no actions, we're just listing, don't add the dummy:
17671767
if (!no_actions)
1768-
target.AddDummySignal(arg.ref(), set_lazy_bool(pass_action),
1769-
set_lazy_bool(notify_action),
1770-
set_lazy_bool(stop_action));
1768+
target.AddDummySignal(arg.ref(), set_lazy_bool(pass_action),
1769+
set_lazy_bool(notify_action),
1770+
set_lazy_bool(stop_action));
17711771
}
17721772
} else {
17731773
// No signal specified, if any command options were specified, update ALL

0 commit comments

Comments
 (0)