Remove trailing spaces and newlines in Boost.StaticAssert sources.

This commit is contained in:
Andrey Semashev
2025-12-13 02:26:00 +03:00
parent df3b37914f
commit f14b2a48d2
15 changed files with 33 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// See http://www.boost.org for most recent version including documentation.
@@ -29,5 +29,3 @@ int main()
{
return 0;
}