Skip to content

Commit

Permalink
Replace // LCOV_EXCL_END with // LCOV_EXCL_STOP
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Sep 22, 2024
1 parent ebf26b1 commit 06f9ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ivoc/apwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ bool PrintableWindow::receive(const Event& e) {
reconfigured();
notify();
break;
// LCOV_EXCL_END
// LCOV_EXCL_STOP
case MapNotify:
if (xplace_) {
if (xtop() != xtop_ || xleft() != xleft_) {
Expand Down
2 changes: 1 addition & 1 deletion src/ivoc/pwman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ void PrintableWindow::reconfigured() {
xmove(x, y);
}
}
// LCOV_EXCL_END
// LCOV_EXCL_STOP

void ViewWindow::reconfigured() {
if (!pixres) {
Expand Down
2 changes: 1 addition & 1 deletion src/sundials/cvodes/cvodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,7 @@ static int CVStep(CVodeMem cv_mem)
dsm = CVStgrUpdateDsm(cv_mem, dsm, dsmS);
}
}
// LCOV_EXCL_END
// LCOV_EXCL_STOP
/* Everything went fine; exit loop */
break;

Expand Down

0 comments on commit 06f9ace

Please sign in to comment.