Fix comments which aren't accurately fixed by clang-format

Test: compiles
Change-Id: Ia3e7a4007b096d57ae082f8474649b17144a2a86
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
diff --git a/src/adaptation/libmain.c b/src/adaptation/libmain.c
index 8a6d5ef..44f7168 100644
--- a/src/adaptation/libmain.c
+++ b/src/adaptation/libmain.c
@@ -80,9 +80,9 @@
 **                  Note: Upon completion of the request, nfa_nv_ci_read() is
 **                        called with the buffer of data, along with the number
 **                        of bytes read into the buffer, and a status.  The
-**                        call-in function should only be called when ALL requested
-**                        bytes have been read, the end of file has been detected,
-**                        or an error has occurred.
+**                        call-in function should only be called when ALL
+**                        requested bytes have been read, the end of file has
+**                        been detected, or an error has occurred.
 **
 *******************************************************************************/
 extern void nfa_nv_co_read(uint8_t *pBuffer, uint16_t nbytes, uint8_t block)
@@ -140,8 +140,9 @@
 **
 **                  Note: Upon completion of the request, nfa_nv_ci_write() is
 **                        called with the file descriptor and the status.  The
-**                        call-in function should only be called when ALL requested
-**                        bytes have been written, or an error has been detected,
+**                        call-in function should only be called when ALL
+**                        requested bytes have been written, or an error has
+**                        been detected,
 **
 *******************************************************************************/
 extern void nfa_nv_co_write(const uint8_t *pBuffer, uint16_t nbytes, uint8_t block)