ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 45 forks source link

Add missing semicolons, and remove some debugging statements. #164

Closed bemoody closed 5 years ago

bemoody commented 5 years ago

These patches add missing semicolons in numerous places, to avoid (unintended) output to the terminal and to avoid missing-semicolon warnings if they are enabled.

The first six patches in this series only affect statements that do not produce any output, and thus these patches should have no effect besides avoiding spurious warnings.

The last two patches remove two debugging statements that appear to have been left in unintentionally.