From 980f7ceabd4e235ea9de6c0359cf0fc6a28ee035 Mon Sep 17 00:00:00 2001
From: Jose Antonio Ortega Ruiz <jao@gnu.org>
Date: Thu, 5 Jun 2003 21:45:23 +0000
Subject: use GNU code conventions

---
 mixlib/xmix_vm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'mixlib')

diff --git a/mixlib/xmix_vm.c b/mixlib/xmix_vm.c
index 9eede01..72ccd73 100644
--- a/mixlib/xmix_vm.c
+++ b/mixlib/xmix_vm.c
@@ -25,9 +25,9 @@
 
 /* auxiliar functions */
 G_INLINE_FUNC mix_address_t
-get_M_(const mix_vm_t *vm, const mix_ins_t *ins);
+get_M_ (const mix_vm_t *vm, const mix_ins_t *ins);
 G_INLINE_FUNC mix_word_t
-get_V_(const mix_vm_t *vm, const mix_ins_t *ins);
+get_V_ (const mix_vm_t *vm, const mix_ins_t *ins);
 G_INLINE_FUNC mix_device_t *
 get_dev_ (mix_vm_t *vm, mix_fspec_t type);
 
-- 
cgit v1.2.3