]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/ivgen-plain64.h
Normalize position of header guard
[mirror_qemu.git] / crypto / ivgen-plain64.h
index f8611bd705ffaa3d8f91304fffb41f1539906a7b..0a20fd1fd84b3c648922be4f33785f4af7deb965 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
- *
  */
 
-#include "ivgenpriv.h"
+#ifndef QCRYPTO_IVGEN_PLAIN64_H
+#define QCRYPTO_IVGEN_PLAIN64_H
 
-#ifndef QCRYPTO_IVGEN_PLAIN64_H__
-#define QCRYPTO_IVGEN_PLAIN64_H__
+#include "ivgenpriv.h"
 
 extern struct QCryptoIVGenDriver qcrypto_ivgen_plain64;
 
-#endif /* QCRYPTO_IVGEN_PLAIN64_H__ */
+#endif /* QCRYPTO_IVGEN_PLAIN64_H */