mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
Whitespace change.
This commit is contained in:
parent
be4a962d1c
commit
929a672696
1 changed files with 2 additions and 2 deletions
|
|
@ -1431,8 +1431,8 @@ create_process (process, new_argv, current_dir)
|
|||
setup_coding_system (XPROCESS (process)->decode_coding_system,
|
||||
proc_decode_coding_system[inchannel]);
|
||||
if (!proc_encode_coding_system[outchannel])
|
||||
proc_encode_coding_system[outchannel]
|
||||
= (struct coding_system *) xmalloc (sizeof (struct coding_system));
|
||||
proc_encode_coding_system[outchannel]
|
||||
= (struct coding_system *) xmalloc (sizeof (struct coding_system));
|
||||
setup_coding_system (XPROCESS (process)->encode_coding_system,
|
||||
proc_encode_coding_system[outchannel]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue