diff options
author | Nathan Hjelm <hjelmn@me.com> | 2013-05-15 16:11:22 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2013-05-15 20:43:35 +0200 |
commit | 57256dd1597c9b8641bef1596edbeddc4348dd86 (patch) | |
tree | e9d413a11fb02b4ad37f202d574f8371c9f5c724 /examples | |
parent | 6e501b377dd0bccaefce5604616614deb2abb3fc (diff) | |
download | libusb-57256dd1597c9b8641bef1596edbeddc4348dd86.tar.gz |
Add some editor meta-comments for proper tab usage
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hotplugtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hotplugtest.c b/examples/hotplugtest.c index 6f16827..fef01af 100644 --- a/examples/hotplugtest.c +++ b/examples/hotplugtest.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* * libusb example program for hotplug API * Copyright © 2012-2013 Nathan Hjelm <hjelmn@mac.ccom> |