mirror of
https://github.com/imprudence/imprudence.git
synced 2026-08-14 00:58:02 +00:00
White space fix.
This commit is contained in:
@@ -193,7 +193,7 @@ LLTool* LLToolMgr::getCurrentTool()
|
||||
else
|
||||
{
|
||||
// due to window management weirdness we can get here with gToolNull
|
||||
bool can_override = mBaseTool && (mBaseTool != gToolNull) ;
|
||||
bool can_override = mBaseTool && (mBaseTool != gToolNull);
|
||||
mOverrideTool = can_override ? mBaseTool->getOverrideTool(override_mask) : NULL;
|
||||
|
||||
// use keyboard-override tool if available otherwise drop back to base tool
|
||||
|
||||
Reference in New Issue
Block a user