summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/speaker/speaker.h3
-rw-r--r--sys/i386/include/speaker.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/speaker/speaker.h b/sys/dev/speaker/speaker.h
index 78b55b6135e3..6b1f0211e516 100644
--- a/sys/dev/speaker/speaker.h
+++ b/sys/dev/speaker/speaker.h
@@ -19,8 +19,7 @@ typedef struct
{
int frequency; /* in hertz */
int duration; /* in 1/100ths of a second */
-}
-tone_t;
+} tone_t;
/*
* Strings written to the speaker device are interpreted as tunes and played;
diff --git a/sys/i386/include/speaker.h b/sys/i386/include/speaker.h
index 78b55b6135e3..6b1f0211e516 100644
--- a/sys/i386/include/speaker.h
+++ b/sys/i386/include/speaker.h
@@ -19,8 +19,7 @@ typedef struct
{
int frequency; /* in hertz */
int duration; /* in 1/100ths of a second */
-}
-tone_t;
+} tone_t;
/*
* Strings written to the speaker device are interpreted as tunes and played;