From 1a2040bc726b151a1d1b1459ae0fbccef66d7d82 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 10 Oct 2014 13:01:20 +0100 Subject: Trivial sepelling, documentation and whitespace cleanups --- desktop/print.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index 8f83f2d19..9b3b297d6 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -17,8 +17,8 @@ */ /** \file - * Output-in-pages implementation -*/ + * Implementation of paginated output. + */ #include "utils/config.h" @@ -194,7 +194,7 @@ bool print_apply_settings(hlcache_handle *content, if (settings == NULL) return false; - /*Apply settings - adjust page size etc*/ + /* Apply settings - adjust page size etc */ page_content_width = (settings->page_width - FIXTOFLT(FSUB(settings->margins[MARGINLEFT], @@ -243,8 +243,8 @@ bool print_cleanup(hlcache_handle *content, const struct printer *printer, * \param configuration the requested configuration * \param filename the filename or NULL * \param font handling functions - * \return print_settings in case if successful, NULL if unknown configuration \ - * or lack of memory. + * \return print_settings in case if successful, NULL if unknown + * configuration or lack of memory. */ struct print_settings *print_make_settings(print_configuration configuration, const char *filename, const struct font_functions *font_func) -- cgit v1.2.3