chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / basic / gunicode.h
index e70818fdd74757d3bbbf2fa6ca1d94cf960df8f7..a16b7b6ff1b0deaa082564372519bda40c3d4d6f 100644 (file)
@@ -1,13 +1,13 @@
+#pragma once
+
 /* gunicode.h - Unicode manipulation functions
  *
  *  Copyright (C) 1999, 2000 Tom Tromey
- *  Copyright 2000, 2005 Red Hat, Inc.
+ *  Copyright © 2000, 2005 Red Hat, Inc.
  */
 
-#pragma once
-
-#include <stdint.h>
 #include <stdbool.h>
+#include <stdint.h>
 #include <stdlib.h>
 
 char *utf8_prev_char (const char *p);