lib:util: Remove trailing whitespace
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 4 Dec 2023 01:29:08 +0000 (14:29 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2024 02:48:44 +0000 (02:48 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/time.h

index 4870c84de622d7e6bdb8529aa64b03b43f509124..bfbd1b811dd3470a0e4fde1d2e2af3d7fdb94f8b 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    time utility functions
 
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -273,7 +273,7 @@ struct timeval timeval_current_ofs_msec(uint32_t msecs);
 struct timeval timeval_current_ofs_usec(uint32_t usecs);
 
 /**
-  compare two timeval structures. 
+  compare two timeval structures.
   Return -1 if tv1 < tv2
   Return 0 if tv1 == tv2
   Return 1 if tv1 > tv2