From 27be392b30aa41e2214f380be5b7dc2927941997 Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Mon, 4 Jun 2018 02:04:33 -0400 Subject: [PATCH] Clean up header, trim whitespace --- src/mcciadk_baselib.h | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/mcciadk_baselib.h b/src/mcciadk_baselib.h index acf088b..1e50b7d 100644 --- a/src/mcciadk_baselib.h +++ b/src/mcciadk_baselib.h @@ -1,5 +1,3 @@ -/* mcciadk_baselib.h Thu Dec 07 2017 00:46:58 tmm */ - /* Module: mcciadk_baselib.h @@ -7,31 +5,12 @@ Module: mcciadk_baselib.h Function: The basic ADK library. -Version: - V0.1.2 Thu Dec 07 2017 00:46:58 tmm Edit level 1 - Copyright notice: - This file copyright (C) 2016-2017 by - - MCCI Corporation - 3520 Krums Corners Road - Ithaca, NY 14850 + See accompanying LICENSE file. - An unpublished work. All rights reserved. - - This file is proprietary information, and may not be disclosed or - copied without the prior permission of MCCI Corporation. - Author: Terry Moore, MCCI Corporation October 2016 -Revision history: - 0.1.0 Tue Oct 25 2016 08:49:01 tmm - Module created. - - 0.1.2 Thu Dec 07 2017 00:46:58 tmm - Added McciAdkLib_StringCompareCaseInsensitive(). - */ #ifndef _MCCIADK_BASELIB_H_ /* prevent multiple includes */ @@ -115,7 +94,7 @@ McciAdkLib_CharIsWhite( return ((c & 0xFF) <= 0x20); } -// if c is an upper case letter, return the lower-case equivalent; +// if c is an upper case letter, return the lower-case equivalent; // otherwise return c unchanged. static inline char McciAdkLib_CharToLower(