[gcc r14-12025] libstdc++: Remove blank line from bits/unique_ptr.h

Jonathan Wakely redi@gcc.gnu.org
Mon Sep 15 21:07:01 GMT 2025


https://gcc.gnu.org/g:3f53d9bdf07209674aaae4b2dd615e12e5322796

commit r14-12025-g3f53d9bdf07209674aaae4b2dd615e12e5322796
Author: Jonathan Wakely <jwakely@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 edcff78bff9f..71e2fd217acb 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-2024 Free Software Foundation, Inc.


More information about the Libstdc++-cvs mailing list