sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.35k stars 373 forks source link

Fixed Linux compile issue caused by mixed tabs and spaces #173

Closed moppius closed 2 years ago

moppius commented 2 years ago

Fixes this compile warning-as-error on Linux:

/Engine/Plugins/Runtime/HoudiniEngine/Source/HoudiniEngineEditor/Private/HoudiniEngineDetails.cpp:1130:3: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                  return MainHAC->bCookOnParameterChange ? ECheckBoxState::Checked : ECheckBoxState::Unchecked;
dpernuit commented 2 years ago

Hi, Thanks for bringing this up, this has already been committed on our end, and is available on the repo.