From fcdcd2f184c47a2b855b05906c0a28f82769c82c Mon Sep 17 00:00:00 2001 From: Mike Ovsiannikov Date: Mon, 30 Sep 2024 21:24:30 -0700 Subject: [PATCH] QC IO library: eliminated extraneous trailing space. --- src/cc/qcdio/QCThread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/qcdio/QCThread.cc b/src/cc/qcdio/QCThread.cc index 3d922aaaa..bc6c3e6d5 100644 --- a/src/cc/qcdio/QCThread.cc +++ b/src/cc/qcdio/QCThread.cc @@ -21,7 +21,7 @@ // permissions and limitations under the License. // // Thread wrapper implementation. -// +// //---------------------------------------------------------------------------- #include "QCThread.h"