From: Antonio Ospite Date: Wed, 28 Mar 2012 08:09:08 +0000 (+0200) Subject: cosmetics: remove some trailing spaces X-Git-Tag: v0.1.1~5 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/1caaf22426a7442b45872faf7f9f108d9c66baf0?ds=sidebyside cosmetics: remove some trailing spaces --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fa3f876..a7dc551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(PROJECT_VER set(PROJECT_APIVER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}") -set(CMAKE_MODULE_PATH +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/") OPTION(STRICT_COMPILATION_CHECKS "Enable stricter compilation checks" OFF) diff --git a/README.asciidoc b/README.asciidoc index 133c13b..7ccabf6 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -49,7 +49,7 @@ Examples of devices based on AM7XXX are: - Acer Series C pico projectors (C20, C110, C112): * http://www.acer.it/ac/it/IT/content/models/projector-c * http://support.acer.com/product/default.aspx?modelId=3888 - + - Philips/SagemCom PicoPix projectors (PPX 1020, PPX 1230, PPX 1430, PPX 1630): * http://www.philips.co.uk/c/pocket-projector/179840/cat/ diff --git a/cmake_modules/FindFFmpeg.cmake b/cmake_modules/FindFFmpeg.cmake index eabe5a0..1dc76d5 100644 --- a/cmake_modules/FindFFmpeg.cmake +++ b/cmake_modules/FindFFmpeg.cmake @@ -17,7 +17,7 @@ #and search the path which contain the libname/header.h (usefull for new version) #Then we need to include ${FFMPEG_libname_INCLUDE_DIRS} (in old version case, use by ffmpeg header and osg plugin code) -# (in new version case, use by ffmpeg header) +# (in new version case, use by ffmpeg header) #and ${FFMPEG_libname_INCLUDE_DIRS/libname} (in new version case, use by osg plugin code) diff --git a/src/am7xxx.h b/src/am7xxx.h index e67bcb6..51f9324 100644 --- a/src/am7xxx.h +++ b/src/am7xxx.h @@ -37,7 +37,7 @@ extern "C" { struct _am7xxx_context; typedef struct _am7xxx_context am7xxx_context; -/** +/** * @typedef am7xxx_device * * An opaque data type representing an am7xxx device. @@ -88,7 +88,7 @@ typedef enum { * An am7xxx device can operate in several power modes. A certain power mode * may have effect on the display brightness or on the device power * consumption. - * + * * @note Most am7xxx devices come with a Y-shaped USB cable with a Master and * a Slave connector, higher power modes may require that both connectors are * plugged in to the host system for the device to work properly. @@ -184,7 +184,7 @@ int am7xxx_get_device_info(am7xxx_device *dev, * Before sending images bigger than the device native dimensions the user * needs to rescale them, this utility function does the calculation in a way * that the original image aspect ratio is preserved. - * + * * @param[in] dev A pointer to the structure representing the device to get info of * @param[in] upscale Whether to calculate scaled dimensions for images smaller than the native dimensions * @param[in] original_width The width of the original image