mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
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.
This commit is contained in:
parent
38dfe9d2f7
commit
71249b774a
1 changed files with 1 additions and 1 deletions
|
|
@ -28441,7 +28441,7 @@ calc_pixel_width_or_height (double *res, struct it *it, Lisp_Object prop,
|
|||
|
||||
/* '(NUM)': absolute number of pixels. */
|
||||
if (NUMBERP (car))
|
||||
{
|
||||
{
|
||||
double fact;
|
||||
int offset =
|
||||
width_p && align_to && *align_to < 0 ? it->lnum_pixel_width : 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue