From: Roy Marples Date: Mon, 3 Jun 2013 21:30:43 +0000 (+0000) Subject: Style X-Git-Tag: v5.99.7~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cee38642fd712f187d2061bb94843e73804b125a;p=thirdparty%2Fdhcpcd.git Style --- diff --git a/compat/arc4random.h b/compat/arc4random.h index 2b10902d..68f8d642 100644 --- a/compat/arc4random.h +++ b/compat/arc4random.h @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2010 Roy Marples * All rights reserved diff --git a/compat/closefrom.c b/compat/closefrom.c index 570637d2..b04e991e 100644 --- a/compat/closefrom.c +++ b/compat/closefrom.c @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2009 Roy Marples * All rights reserved diff --git a/compat/closefrom.h b/compat/closefrom.h index b0285079..ed21068a 100644 --- a/compat/closefrom.h +++ b/compat/closefrom.h @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2009 Roy Marples * All rights reserved diff --git a/compat/getline.c b/compat/getline.c index 3f01b66c..68fe0854 100644 --- a/compat/getline.c +++ b/compat/getline.c @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2009 Roy Marples * All rights reserved @@ -43,14 +43,14 @@ getline(char ** __restrict buf, size_t * __restrict buflen, { size_t bytes, newlen; char *newbuf, *p; - + if (buf == NULL || buflen == NULL) { errno = EINVAL; return -1; } if (*buf == NULL) *buflen = 0; - + bytes = 0; do { if (feof(fp)) diff --git a/compat/getline.h b/compat/getline.h index 390632c3..3db807a8 100644 --- a/compat/getline.h +++ b/compat/getline.h @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2009 Roy Marples * All rights reserved diff --git a/compat/pollts.c b/compat/pollts.c index 788bf4c8..232a87ea 100644 --- a/compat/pollts.c +++ b/compat/pollts.c @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2013 Roy Marples * All rights reserved diff --git a/compat/pollts.h b/compat/pollts.h index 18a3cf1e..60ec3a35 100644 --- a/compat/pollts.h +++ b/compat/pollts.h @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2013 Roy Marples * All rights reserved diff --git a/compat/posix_spawn.h b/compat/posix_spawn.h index 5c23231d..fe6958c4 100644 --- a/compat/posix_spawn.h +++ b/compat/posix_spawn.h @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2012 Roy Marples * All rights reserved diff --git a/compat/strlcpy.c b/compat/strlcpy.c index e44d19c5..c2e324e8 100644 --- a/compat/strlcpy.c +++ b/compat/strlcpy.c @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2009 Roy Marples * All rights reserved diff --git a/compat/strlcpy.h b/compat/strlcpy.h index 0ff38549..951390a9 100644 --- a/compat/strlcpy.h +++ b/compat/strlcpy.h @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2009 Roy Marples * All rights reserved