mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Asterisk -- An open source telephony toolkit.
|
||||
*
|
||||
* Copyright 2007, Luigi Rizzo
|
||||
* Copyright 2007, Luigi Rizzo
|
||||
*
|
||||
* See http://www.asterisk.org for more information about
|
||||
* the Asterisk project. Please do not directly contact
|
||||
@@ -208,7 +208,7 @@ static void *grab_v4l1_open(const char *dev, struct fbuf_t *geom, int fps)
|
||||
struct fbuf_t *b;
|
||||
|
||||
/* name should be something under /dev/ */
|
||||
if (strncmp(dev, "/dev/", 5))
|
||||
if (strncmp(dev, "/dev/", 5))
|
||||
return NULL;
|
||||
fd = open(dev, O_RDONLY | O_NONBLOCK);
|
||||
if (fd < 0) {
|
||||
|
Reference in New Issue
Block a user