Re: [PATCH v2 02/23] kernel-shark-qt: Add Dual Marker for KernelShark GUI.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;
> +}




[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux