meson: Sort options file

Let's try to keep everything tidy.

Change-Id: I5e33613ceaa77ded41fc2076ba527242a40015dd
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meson.options b/meson.options
index 26a7544..9bec992 100644
--- a/meson.options
+++ b/meson.options
@@ -1,5 +1,5 @@
 option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing'])
-option('tests', type: 'feature', description: 'Build tests')
-option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM')
 option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')
-option('oem-meta', type: 'feature', description: 'Enable Meta OEM PLDM')
\ No newline at end of file
+option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM')
+option('oem-meta', type: 'feature', description: 'Enable Meta OEM PLDM')
+option('tests', type: 'feature', description: 'Build tests')