diff options
| author | Joel Challis <git@zvecr.com> | 2025-03-06 23:17:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 23:17:51 +0000 |
| commit | 6e1d3d6d077f50cb61d37f8310162b38b109fa87 (patch) | |
| tree | 65eb42f93e90b6649d927718d7adacad9dbeb7d5 /util | |
| parent | 12f9f34fc82e3bab7c92f488a1528592c4bc9628 (diff) | |
Add EOL to non-keyboard files (#24990)
Diffstat (limited to 'util')
| -rw-r--r-- | util/usb_detach/usb_detach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/usb_detach/usb_detach.c b/util/usb_detach/usb_detach.c index 786ab5e674..8047c37ba3 100644 --- a/util/usb_detach/usb_detach.c +++ b/util/usb_detach/usb_detach.c | |||
| @@ -31,4 +31,4 @@ int main(int argc, char**argv) | |||
| 31 | printf ("usage: %s /dev/bus/usb/BUS/DEVICE\n",argv[0]); | 31 | printf ("usage: %s /dev/bus/usb/BUS/DEVICE\n",argv[0]); |
| 32 | printf("Release all interfaces of this usb device for usage in virtualisation\n"); | 32 | printf("Release all interfaces of this usb device for usage in virtualisation\n"); |
| 33 | } | 33 | } |
| 34 | } \ No newline at end of file | 34 | } |
