]> git.eshelyaron.com Git - emacs.git/commit
Correct indentation of opening brace in xdisp.c, which isn't at start of defun
authorAlan Mackenzie <acm@muc.de>
Tue, 17 May 2022 10:30:05 +0000 (10:30 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 17 May 2022 10:31:15 +0000 (10:31 +0000)
commit71249b774aa04b8cd46e4201c17470e59cd32dff
tree4433492e3b23b6b789848f7f97f079f019ab46f5
parent38dfe9d2f7aea4ecfe06ec54fef6f5b5fe1f72e4
Correct indentation of opening brace in xdisp.c, which isn't at start of defun

* xdisp.c (calc_pixel_width_or_height): indent the opening brace of a
substatement correctly.  It's previous position, in column 0, caused
indentation errors in C Mode.
src/xdisp.c