Skip to content

Commit aed4131

Browse files
restyled-commitsThirsrin
authored andcommitted
Restyled by whitespace
1 parent 7f701ae commit aed4131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/Linux/DiagnosticDataProviderImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ CHIP_ERROR DiagnosticDataProviderImpl::GetCurrentHeapHighWatermark(uint64_t & cu
267267
// has been used by the Node.
268268
// On Linux, since it uses virtual memory, whereby a page of memory could be copied to
269269
// the hard disk, called swap space, and free up that page of memory. So it is impossible
270-
// to know accurately peak physical memory it use.
270+
// to know accurately peak physical memory it use.
271271
// Update the maximum heap high watermark if the current heap usage exceeds it.
272272
if (static_cast<ssize_t>(mallocInfo.uordblks) > static_cast<ssize_t>(maxHeapHighWatermark)) {
273273
maxHeapHighWatermark = mallocInfo.uordblks;

0 commit comments

Comments
 (0)