Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4364 → Rev 4821

/contrib/network/netsurf/include/dom/core/string.h
18,9 → 18,9
typedef struct dom_string dom_string;
struct dom_string {
uint32_t refcnt;
} _ALIGNED;
};
//dom_string _ALIGNED;
 
 
/* Claim a reference on a DOM string */
static inline dom_string *dom_string_ref(dom_string *str)
{