On Tue, 16 Oct 2018 15:52:58 +0000 Yordan Karadzhov <ykaradzhov@xxxxxxxxxx> wrote: > + > +/** Get the Graph marker associated with a given state. */ Also be careful about extre whitespace. There's a extra space at the end of the above line. (I removed it in the commit). -- Steve > +KsGraphMark &KsDualMarkerSM::getMarker(DualMarkerState s) > +{ > + if (s == DualMarkerState::A) > + return _markA; > + > + return _markB; > +}