Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nvmkuruc committed Nov 20, 2023
1 parent 7217905 commit 361b366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pxr/usd/sdf/pathParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct VarSelClose : tao::TAO_PEGTL_NAMESPACE::pad<tao::TAO_PEGTL_NAMESPACE::one

struct VariantSelection : tao::TAO_PEGTL_NAMESPACE::if_must<
VarSelOpen,
VariantSetName, tao::TAO_PEGTL_NAMESPACE::pad<tao::TAO_PEGTL_NAMESPACE::one<'='>,
VariantSetName, tao::TAO_PEGTL_NAMESPACE::pad<tao::TAO_PEGTL_NAMESPACE::one<'='>,
tao::TAO_PEGTL_NAMESPACE::blank>, tao::TAO_PEGTL_NAMESPACE::opt<VariantName>,
VarSelClose>
{};
Expand Down Expand Up @@ -175,4 +175,4 @@ struct Action : tao::TAO_PEGTL_NAMESPACE::nothing<Rule> {};

PXR_NAMESPACE_CLOSE_SCOPE

#endif // PXR_USD_SDF_PATH_PARSER_H
#endif // PXR_USD_SDF_PATH_PARSER_H

0 comments on commit 361b366

Please sign in to comment.