From 700234936a4c16e3e5bc867a5abd91bf18fd422f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 1 Mar 2012 23:47:00 +0100 Subject: [PATCH] cosmetics: remove some unneeded white spaces --- src/CMakeLists.txt | 2 +- src/am7xxx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4