From: Richard M. Stallman Date: Wed, 29 Jul 1998 18:59:34 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.3~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=929a672696371bab8159160dedfcc930cba1d3ee;p=emacs.git Whitespace change. --- diff --git a/src/process.c b/src/process.c index 4d362b95d1e..7fad4c72f74 100644 --- a/src/process.c +++ b/src/process.c @@ -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]);