Skip to content

Commit

Permalink
windows: fix closing brace in wrong spot.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Nov 1, 2024
1 parent 958eedf commit 224eb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Tf/include/Tf/pyExceptionState.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ struct TfPyExceptionState {
boost::python::handle<> _type, _value, _trace;
};

#endif // defined(PXR_PYTHON_SUPPORT_ENABLED) && PXR_PYTHON_SUPPORT_ENABLED

PXR_NAMESPACE_CLOSE_SCOPE

#endif // defined(PXR_PYTHON_SUPPORT_ENABLED) && PXR_PYTHON_SUPPORT_ENABLED

#endif /* PXR_BASE_TF_PY_EXCEPTION_STATE_H */

0 comments on commit 224eb3e

Please sign in to comment.