mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-01 03:04:48 +02:00
Reverting unwanted indentation changes
This commit is contained in:
parent
bbc576eeaf
commit
168afecec7
@ -2448,8 +2448,10 @@ channel_input_extended_data(int type, u_int32_t seq, void *ctxt)
|
||||
char *data;
|
||||
u_int data_len, tcode;
|
||||
Channel *c;
|
||||
#ifndef WIN32_FIXME
|
||||
char *respbuf = NULL;
|
||||
size_t resplen = 0;
|
||||
#endif
|
||||
|
||||
/* Get the channel number and verify it. */
|
||||
id = packet_get_int();
|
||||
|
Loading…
x
Reference in New Issue
Block a user