On Mon, Nov 02, 2015 at 01:06:15 +0000, Kamil Rytarowski wrote: > Modified Files: > src/lib/libpanel: above.c bottom.c del.c hidden.c new.c panel.h > panel_impl.h replace.c show.c top.c window.c > > Log Message: > No functional changes > > Make this code nicer for C++ compilers, don't assign char* to void*. > Add extra __prefix_false() CPU hint for failed malloc(3). > Normalize whitespace.
Please, don't mix cosmetic and non-cosmetic changes in the single commit. As Christos already pointed out, blank line "after" absent declarations is part of style. C++ should never see library internals. -uwe
