From 5ee77d41c887301d69d25b5ab4b408abb12d22c9 Mon Sep 17 00:00:00 2001
From: "James K. Lowden" <jklowden@symas.com>
Date: Fri, 27 Dec 2024 13:27:35 -0500
Subject: [PATCH] UAT tests pass)

---
 gcc/cobol/util.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cobol/util.cc b/gcc/cobol/util.cc
index 8b3eb53ea9e0..0e93778c5a8a 100644
--- a/gcc/cobol/util.cc
+++ b/gcc/cobol/util.cc
@@ -1962,7 +1962,7 @@ class unique_stack : public std::stack<input_file_t>
       char *wd = get_current_dir_name();
       if( wd ) {
 	cbl_warnx( "depth line copybook filename\n"
-	       "        "
+	       "                 "
 	       "----- ---- --------"
 	       "----------------------------------------");
 	for( const auto& v : c ) {
-- 
GitLab