Very minor whitespace/style nit.
This commit is contained in:
parent
54b2b8a758
commit
64f82235d8
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user