diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-09 09:50:11 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-09 09:50:11 +0200 |
commit | fed9094cd8cda69605d0c103acd14308379b6eb0 (patch) | |
tree | 0a6b6070b1c06f95aad49994f0de129be673af59 /lib/compat.h | |
parent | f0df8b47b0c7639ab3842c2b92c80f70b8ed66d3 (diff) |
Whitespace changes in license headers.
Diffstat (limited to 'lib/compat.h')
-rw-r--r-- | lib/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compat.h b/lib/compat.h index f132779..d3083e9 100644 --- a/lib/compat.h +++ b/lib/compat.h @@ -1,5 +1,5 @@ /* Copyright 2011 NORDUnet A/S. All rights reserved. - See LICENSE for licensing information. */ + See LICENSE for licensing information. */ ssize_t compat_send (int sockfd, const void *buf, size_t len, int flags); ssize_t compat_recv (int sockfd, void *buf, size_t len, int flags); |