Skip to content

Commit

Permalink
syntax/code style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
adlarkin and azeey committed Feb 11, 2022
1 parent 4be0ada commit 85962f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usd/include/sdf/usd/UsdError.hh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace sdf
/// \brief Constructor.
/// \param[in] _sdf_error Wrap an sdf error.
/// \sa ErrorCode.
public: explicit UsdError(const sdf::Error& _sdfError);
public: explicit UsdError(const sdf::Error &_sdfError);

/// \brief Get the error code.
/// \return An error code.
Expand Down

0 comments on commit 85962f6

Please sign in to comment.