From a16b0f093d3ab99ffe7ae524e145ec7f8fc88544 Mon Sep 17 00:00:00 2001 From: sunyab Date: Thu, 12 Aug 2021 11:49:25 -0700 Subject: [PATCH] Fix weird line ending in comment Originally part of PR #1478. Thanks to seando-adsk for flagging this! (Internal change: 2182870) --- pxr/imaging/hd/strategyBase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pxr/imaging/hd/strategyBase.h b/pxr/imaging/hd/strategyBase.h index 62fd5bfefd..cb0a1c695b 100644 --- a/pxr/imaging/hd/strategyBase.h +++ b/pxr/imaging/hd/strategyBase.h @@ -72,7 +72,8 @@ class HdAggregationStrategy { virtual HdBufferSpecVector GetBufferSpecs( HdBufferArraySharedPtr const &bufferArray) const = 0; - /// Returns the accumulated GPU resource allocation 
 /// for items in the BufferArray passed as parameter + /// Returns the accumulated GPU resource allocation + /// for items in the BufferArray passed as parameter virtual size_t GetResourceAllocation( HdBufferArraySharedPtr const &bufferArray, VtDictionary &result) const = 0;