]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/print.c (struct print_buffer): Revert gratuitous format change.
authorMattias Engdegård <mattiase@acm.org>
Mon, 8 Aug 2022 14:26:29 +0000 (16:26 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 8 Aug 2022 14:26:29 +0000 (16:26 +0200)
src/print.c

index 73535550bbf3e9352a64a43e9d8525b8a90ecbf9..1c96ec14b8658e10c8ee7d530457b56ecc4de885 100644 (file)
@@ -65,17 +65,10 @@ static unsigned int printchar_stdout_last;
 
 struct print_buffer
 {
-  /* Allocated buffer.  */
-  char *buffer;
-
-  /* Size of allocated buffer.  */
-  ptrdiff_t size;
-
-  /* Chars stored in buffer.  */
-  ptrdiff_t pos;
-
-  /* Bytes stored in buffer.  */
-  ptrdiff_t pos_byte;
+  char *buffer;                        /* Allocated buffer.  */
+  ptrdiff_t size;              /* Size of allocated buffer.  */
+  ptrdiff_t pos;               /* Chars stored in buffer.  */
+  ptrdiff_t pos_byte;          /* Bytes stored in buffer.  */
 };
 
 /* When printing into a buffer, first we put the text in this