chiark / gitweb /
tree-wide: place #pragma once at the same place everywhere
authorLennart Poettering <lennart@poettering.net>
Tue, 16 Feb 2016 19:05:15 +0000 (20:05 +0100)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
Usually, we place the #pragma once before the copyright blurb in header files,
but in a few cases we didn't. Move those around, so that we do the same thing
everywhere.

src/basic/gunicode.h

index b03aa431603c64a834d596a4962b9c83bdbca81e..5975bc8fc9c9507ad00ad518136adadc30487be8 100644 (file)
@@ -1,11 +1,11 @@
+#pragma once
+
 /* gunicode.h - Unicode manipulation functions
  *
  *  Copyright (C) 1999, 2000 Tom Tromey
  *  Copyright 2000, 2005 Red Hat, Inc.
  */
 
-#pragma once
-
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdlib.h>