1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

app, tools, plug-ins: more #pragma once, and formatting cleanup where

I noticed the need.
This commit is contained in:
Michael Natterer
2025-08-13 01:48:40 +02:00
parent 6124b56b3e
commit 9f789e68d5
203 changed files with 280 additions and 1177 deletions

View File

@@ -123,7 +123,9 @@ main (int argc,
*\n\
* You should have received a copy of the GNU General Public License\n\
* along with this program. If not, see <https://www.gnu.org/licenses/>.\n\
*/\n";
*/\n\
\n\
#pragma once\n";
if (! gimp_language_store_parser_init (&error))
{