branches/5.1:

White space fixup - indent under the opening (
This commit is contained in:
vasil 2009-11-19 10:14:23 +00:00
parent 8ba7981699
commit f235127984

View file

@ -714,7 +714,7 @@ btr_create(
/* Not enough space for new segment, free root
segment before return. */
fseg_free(space, page_no,
PAGE_HEADER + PAGE_BTR_SEG_TOP);
PAGE_HEADER + PAGE_BTR_SEG_TOP);
return(FIL_NULL);
}