mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
whitespace sync
This commit is contained in:
parent
664b243ae4
commit
399ec97bc2
2
bufaux.h
2
bufaux.h
@ -32,11 +32,9 @@ void buffer_put_int64(Buffer *, u_int64_t);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
int buffer_get_char(Buffer *);
|
int buffer_get_char(Buffer *);
|
||||||
|
|
||||||
void buffer_put_char(Buffer *, int);
|
void buffer_put_char(Buffer *, int);
|
||||||
|
|
||||||
void *buffer_get_string(Buffer *, u_int *);
|
void *buffer_get_string(Buffer *, u_int *);
|
||||||
|
|
||||||
void buffer_put_string(Buffer *, const void *, u_int);
|
void buffer_put_string(Buffer *, const void *, u_int);
|
||||||
void buffer_put_cstring(Buffer *, const char *);
|
void buffer_put_cstring(Buffer *, const char *);
|
||||||
|
|
||||||
|
1
scp.c
1
scp.c
@ -555,7 +555,6 @@ syserr: run_err("%s: %s", name, strerror(errno));
|
|||||||
(u_int) (stb.st_mode & FILEMODEMASK),
|
(u_int) (stb.st_mode & FILEMODEMASK),
|
||||||
(u_long) stb.st_size, last);
|
(u_long) stb.st_size, last);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (verbose_mode) {
|
if (verbose_mode) {
|
||||||
fprintf(stderr, "Sending file modes: %s", buf);
|
fprintf(stderr, "Sending file modes: %s", buf);
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
|
@ -42,7 +42,6 @@ RCSID("$OpenBSD: ssh-agent.c,v 1.82 2002/03/04 17:27:39 stevesk Exp $");
|
|||||||
#include "openbsd-compat/fake-queue.h"
|
#include "openbsd-compat/fake-queue.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/md5.h>
|
#include <openssl/md5.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user