> >
> > /* 0x01000000 */
> > - if((filter & PDF_TEXT_FILTER_REMOVE_LINE_ENDINGS) && \
> > - (pdf_text_filter_remove_line_endings(text) != PDF_OK))
> > + if((filter & PDF_TEXT_FILTER_REMOVE_LINE_ENDINGS) && \
> > + (pdf_text_filter_remove_line_endings(text) != PDF_OK))
> >
> > Please don't write those backslashes in the code. They are useless.
> >
> > + if (text->printable != NULL){
> > + if (text->modified == PDF_FALSE){
> > + return text->printable;
> > + }else{
> > + pdf_dealloc(text->printable);
> > + }
> > + }
> >
> > http://www.gnu.org/prep/standards/standards.html#Formatting
>
> Ok. Here is a patch with Aleks' fixes and formatting standards.
>
Jose, this one would be OK to apply
--
Aleksander