Skip to content

Commit

Permalink
Merge branch 'topic/style_error' into 'master'
Browse files Browse the repository at this point in the history
Fix style error

See merge request eng/ide/gnatstudio!193
  • Loading branch information
AnthonyLeonardoGracio committed Jul 17, 2023
2 parents d1e7b30 + c018116 commit 8e25410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dap/src/modules/dap-modules-breakpoints.ads
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ package DAP.Modules.Breakpoints is
Data : Breakpoint_Data;
Updated : out Triboolean);
-- Replace the breakpoint. Updated is True when we need to reset
-- the breakpoint on the server side and Indeterminate when we need to reset
-- the breakpoint commands.
-- the breakpoint on the server side and Indeterminate when we need to
-- reset the breakpoint commands.

procedure Replace
(Self : in out Breakpoint_Holder;
Expand Down

0 comments on commit 8e25410

Please sign in to comment.