Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4364 → Rev 5043

/contrib/network/netsurf/netsurf/css/make.css
17,5 → 17,5
 
 
OUTFILE = TEST.o
CFLAGS += -I ../include/ -I ../ -I../../ -I./ -I/home/sourcerer/kos_src/newenginek/kolibri/include
CFLAGS += -I ../include/ -I ../ -I../../ -I./ -I/home/sourcerer/kos_src/newenginek/kolibri/include -I ../../libwapcaplet/include/ -I ../../libdom/include/ -I ../../libcss/include/ -I ../../libhubbub/include/
include $(MENUETDEV)/makefiles/Makefile_for_o_lib
/contrib/network/netsurf/netsurf/css/select.c
341,7 → 341,7
parent_size = parent->data.length;
}
 
assert(size->status != CSS_FONT_SIZE_INHERIT);
/* assert(size->status != CSS_FONT_SIZE_INHERIT); */
 
if (size->status < CSS_FONT_SIZE_LARGER) {
/* Keyword -- simple */
/contrib/network/netsurf/netsurf/css/utils.c
73,7 → 73,7
css_fixed nscss_len2px(css_fixed length, css_unit unit,
const css_computed_style *style)
{
/* We assume the screen and any other output has the same dpi */
/* We assume the screen and ay other output has the same dpi */
css_fixed px_per_unit;
 
assert(style != NULL || (unit != CSS_UNIT_EM && unit != CSS_UNIT_EX));