mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +00:00
tint: Standardize the way we forward-declare
Style guide has been updated to describe the style in use. Change-Id: I3fc08e3440566106582695f4dc149fa67d8b8dc8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86303 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
fd64b10b0d
commit
a7230f06ff
@@ -24,7 +24,7 @@
|
||||
// Forward declarations
|
||||
namespace tint {
|
||||
class CloneContext;
|
||||
}
|
||||
} // namespace tint
|
||||
|
||||
namespace tint::transform {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// Forward declarations
|
||||
namespace tint {
|
||||
class CloneContext;
|
||||
}
|
||||
} // namespace tint
|
||||
|
||||
namespace tint::transform {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// Forward declarations
|
||||
namespace tint {
|
||||
class CloneContext;
|
||||
}
|
||||
} // namespace tint
|
||||
|
||||
namespace tint::transform {
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// Forward declarations
|
||||
namespace tint {
|
||||
class CloneContext;
|
||||
}
|
||||
} // namespace tint
|
||||
|
||||
namespace tint::transform {
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
// Forward declarations
|
||||
namespace tint {
|
||||
class CloneContext;
|
||||
}
|
||||
} // namespace tint
|
||||
|
||||
namespace tint::transform {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user