]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 29 Jul 1998 18:59:34 +0000 (18:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 29 Jul 1998 18:59:34 +0000 (18:59 +0000)
src/process.c

index 4d362b95d1e5c9763a77d2d7d4c6f0b6be0c28dd..7fad4c72f748fc43c54bf52d59beb78650f09dcb 100644 (file)
@@ -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]);