Sheldon remove space between bracket and variable
Summary
Sheldon remove the space if a variable is preceded by brackets.
Steps to reproduce
ex try to run sheldon on this:
/// Initializes the usb device reader, start the timer.
void readDevice(const CSPTR(::arData::Camera) _cam);
Sheldon will remove the space between CSPTR(::arData::Camera)
and _cam
Possible fixes
Need to investiguate further...