Browse Source

Removed trailing whitespace

Stéphane Raimbault 14 years ago
parent
commit
5ab6c0e100
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modbus.h.in

+ 1 - 1
src/modbus.h.in

@@ -182,7 +182,7 @@ enum {
                                (LIBMODBUS_MICRO_VERSION << 8))
 
 /* Evaluates to True if the version of libmb is greater than @major, @minor and
- * @micro 
+ * @micro
  */
 #define LIBMODBUS_VERSION_CHECK(major,minor,micro) \
         (LIBMODBUS_VERSION_MAJOR > (major) ||      \