summaryrefslogtreecommitdiff
path: root/kvm_timer.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 10:19:04 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 10:19:04 -0700
commitd99ff236c7fe8c8ab21c144392397a72f70f20c3 (patch)
treefc8e2245795ef1f420d0339e06a278dd9f37a7b3 /kvm_timer.h
parent1f58162be858777237f555b1c26804c4206e27f7 (diff)
downloadillumos-kvm-d99ff236c7fe8c8ab21c144392397a72f70f20c3.tar.gz
HVM-455 kvm_timer.h should be cstyle clean
Diffstat (limited to 'kvm_timer.h')
-rw-r--r--kvm_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm_timer.h b/kvm_timer.h
index 1e535df..70e3ef8 100644
--- a/kvm_timer.h
+++ b/kvm_timer.h
@@ -4,7 +4,7 @@
*/
#ifndef __KVM_TIMER_H__
-#define __KVM_TIMER_H__
+#define __KVM_TIMER_H__
#include <sys/types.h>
#include <sys/cyclic.h>
@@ -25,7 +25,7 @@ typedef struct kvm_timer {
} kvm_timer_t;
typedef struct kvm_timer_ops {
- int (*is_periodic)(struct kvm_timer *);
+ int (*is_periodic)(struct kvm_timer *);
} kvm_timer_ops_t;
extern void kvm_timer_fire(void *);