remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:45 +02:00
parent c6f23eefc8
commit cd1b7a9e9d
11 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
/* Note:
/* Note:
** This is just a sample piece of code that shows how to use some structs -
** it may not even run.
*/
@@ -28,5 +28,5 @@ static const dlgBoxStr myDialog = {
void main (void)
{
DoDlgBox (&myDialog);
DoDlgBox (&myDialog);
}