From: Antonio Ospite Date: Thu, 1 Mar 2012 22:47:00 +0000 (+0100) Subject: cosmetics: remove some unneeded white spaces X-Git-Tag: v0.1.0~1^2~23 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/700234936a4c16e3e5bc867a5abd91bf18fd422f?ds=sidebyside cosmetics: remove some unneeded white spaces --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1228201..217b0f1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,7 +32,7 @@ install(FILES "am7xxx.h" if(UNIX AND NOT APPLE) # Produce a pkg-config file for linking against the shared lib - configure_file ("libam7xxx.pc.in" "libam7xxx.pc" @ONLY) + configure_file("libam7xxx.pc.in" "libam7xxx.pc" @ONLY) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libam7xxx.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") endif() diff --git a/src/am7xxx.c b/src/am7xxx.c index 48704de..b581718 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -445,7 +445,7 @@ typedef enum { * device with index 'open_device_index' and returns the correspondent * am7xxx_device in the 'dev' parameter; the function returns 0 on success, * 1 if the device was already open and a negative value on error. - * + * * NOTES: * if scan_devices() fails when called with 'op' == SCAN_OP_BUILD_DEVLIST, * the caller might want to call am7xxx_shutdown() in order to remove