From 6eebdc020e652754dfda98e6cce2cff09b851095 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 8 Mar 2012 20:43:13 +0000
Subject: Sort.

---
 lv2/lv2plug.in/ns/ext/atom/atom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lv2')

diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.h b/lv2/lv2plug.in/ns/ext/atom/atom.h
index abb0eea..70f14f8 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.h
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.h
@@ -54,9 +54,9 @@
 #define LV2_ATOM__URID          LV2_ATOM_URI "#URID"
 #define LV2_ATOM__ValuePort     LV2_ATOM_URI "#ValuePort"
 #define LV2_ATOM__Vector        LV2_ATOM_URI "#Vector"
-#define LV2_ATOM__childType     LV2_ATOM_URI "#childType"
 #define LV2_ATOM__beatTime      LV2_ATOM_URI "#beatTime"
 #define LV2_ATOM__bufferType    LV2_ATOM_URI "#bufferType"
+#define LV2_ATOM__childType     LV2_ATOM_URI "#childType"
 #define LV2_ATOM__eventTransfer LV2_ATOM_URI "#eventTransfer"
 #define LV2_ATOM__frameTime     LV2_ATOM_URI "#frameTime"
 #define LV2_ATOM__supports      LV2_ATOM_URI "#supports"
-- 
cgit v1.2.1