https://gcc.gnu.org/g:8844375091e3f47785889242982d301475bbc6da
commit r15-10305-g8844375091e3f47785889242982d301475bbc6da Author: Jonathan Wakely <jwak...@redhat.com> Date: Mon Sep 8 12:55:03 2025 +0100 libstdc++: Remove blank line from bits/unique_ptr.h libstdc++-v3/ChangeLog: * include/bits/unique_ptr.h: Remove blank line. (cherry picked from commit 15327920854653887e8715bb1592121cafec5c3b) Diff: --- libstdc++-v3/include/bits/unique_ptr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libstdc++-v3/include/bits/unique_ptr.h b/libstdc++-v3/include/bits/unique_ptr.h index 6ae46a93800c..cf8ee65b1507 100644 --- a/libstdc++-v3/include/bits/unique_ptr.h +++ b/libstdc++-v3/include/bits/unique_ptr.h @@ -1,4 +1,3 @@ - // unique_ptr implementation -*- C++ -*- // Copyright (C) 2008-2025 Free Software Foundation, Inc.