diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-16 20:05:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-20 22:42:29 +0100 |
commit | 0ef6f4542584873e10d5c942105ad0ffc53d6108 (patch) | |
tree | f57dc0b0baf20cb9412dc823af3d4495666cf3fe /src/udev/mtd_probe | |
parent | 358977458b1253f5fc1a9e81ccf0056d50b8e1b4 (diff) |
tree-wide: place #pragma once at the same place everywhere
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.
Diffstat (limited to 'src/udev/mtd_probe')
-rw-r--r-- | src/udev/mtd_probe/mtd_probe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udev/mtd_probe/mtd_probe.h b/src/udev/mtd_probe/mtd_probe.h index caea5c2693..68e4954537 100644 --- a/src/udev/mtd_probe/mtd_probe.h +++ b/src/udev/mtd_probe/mtd_probe.h @@ -1,3 +1,5 @@ +#pragma once + /* * Copyright (C) 2010 - Maxim Levitsky * @@ -17,8 +19,6 @@ * Boston, MA 02110-1301 USA */ -#pragma once - #include <mtd/mtd-user.h> #include "macro.h" |