diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 18:23:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 18:23:58 +0900 |
commit | a73dc90ba66e5236806b16c37673b88bddc3a953 (patch) | |
tree | bd44741bbc664c5a657df8642d360071f3d5f988 | |
parent | 36aa0eb9d8879551cb07630501fe847d0ed785ec (diff) | |
download | tderadio-a73dc90ba66e5236806b16c37673b88bddc3a953.tar.gz tderadio-a73dc90ba66e5236806b16c37673b88bddc3a953.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | tderadio3/plugins/v4lradio/linux/videodev.h | 6 | ||||
-rw-r--r-- | tderadio3/plugins/v4lradio/linux/videodev2.h | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/tderadio3/plugins/v4lradio/linux/videodev.h b/tderadio3/plugins/v4lradio/linux/videodev.h index 0d7a5c0..291c2f2 100644 --- a/tderadio3/plugins/v4lradio/linux/videodev.h +++ b/tderadio3/plugins/v4lradio/linux/videodev.h @@ -424,9 +424,3 @@ struct video_code #define VID_HARDWARE_VICAM 34 #define VID_HARDWARE_SF16FMR2 35 #endif /* __LINUX_VIDEODEV_H */ - -/* - * Local variables: - * c-basic-offset: 8 - * End: - */ diff --git a/tderadio3/plugins/v4lradio/linux/videodev2.h b/tderadio3/plugins/v4lradio/linux/videodev2.h index e270555..2ad6a9d 100644 --- a/tderadio3/plugins/v4lradio/linux/videodev2.h +++ b/tderadio3/plugins/v4lradio/linux/videodev2.h @@ -932,9 +932,3 @@ int v4l_compat_translate_ioctl(struct inode *inode, struct file *file, #endif /* __KERNEL__ */ #endif /* __LINUX_VIDEODEV2_H */ - -/* - * Local variables: - * c-basic-offset: 8 - * End: - */ |