]> granicus.if.org Git - apache/commitdiff
formatting buglet
authorCliff Woolley <jwoolley@apache.org>
Tue, 23 Apr 2002 22:52:16 +0000 (22:52 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 23 Apr 2002 22:52:16 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94774 13f79535-47bb-0310-9956-ffa450edef68

.gdbinit

index 124255f41156da77a28e10066a196dbdd2135d6d..f60f31a48e88e20e854b363b072c25593bfdceb5 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -106,6 +106,7 @@ define dump_bucket_ex
         # buckets that contain data not in memory (ie not printable)
 
         print_bkt_datacol "contents" "[**unprintable**%c" ']' $sh
+        printf "     "
         if $bucket->type == &apr_bucket_type_file
             set $refcount = ((apr_bucket_refcount *)$bucket->data)->refcount
             print_bkt_datacol "rc" "%d" $refcount $sh