From fa0cba9118ffa1440158f7c191be85976cf32bcc Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 21 Feb 2025 16:10:31 -0500 Subject: [PATCH] uthenticode: clang-format Signed-off-by: William Woodruff --- src/uthenticode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uthenticode.cpp b/src/uthenticode.cpp index 31d9b54..6b2ef2a 100644 --- a/src/uthenticode.cpp +++ b/src/uthenticode.cpp @@ -584,7 +584,6 @@ std::optional calculate_checksum(peparse::parsed_pe *pe, checksum_k iter_sec_ctx ctx = {}; ctx.total_bytes_hashed = size_of_headers; - /* Build up the list of sections in the PE, in ascending order by PointerToRawData * (i.e., by file offset). *