From b908b5203281ae1b4644d9e95c6812d7695ad8f8 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 17 Apr 2024 09:56:49 -0500 Subject: [PATCH] Fix whitespace One part of this is just a whitespace no-op, but putting the \define on its own line fixes some formatting in the PDF to properly indent the item. --- specs/language/expressions.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/language/expressions.tex b/specs/language/expressions.tex index 015464e9..f632d773 100644 --- a/specs/language/expressions.tex +++ b/specs/language/expressions.tex @@ -86,7 +86,7 @@ \href{https://github.com/microsoft/hlsl-specs/blob/main/proposals/0007-const-instance-methods.md} {HLSL Specs Proposal 0007} proposes adopting C++-like syntax and semantics for \textit{cv-qualified} \keyword{this} references.} - + \p A \keyword{this} expression shall not appear outside the declaration of a non-static member function. @@ -125,6 +125,7 @@ \begin{grammar} \define{qualified-id}\br nested-name-specifier \opt{\keyword{template}} unqualified-id\br + \define{nested-name-specifier}\br \terminal{::}\br type-name \terminal{::}\br