Very minor whitespace/style nit.

This commit is contained in:
Mark Murray 2002-10-23 10:14:30 +00:00
parent 54b2b8a758
commit 64f82235d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105777
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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;