]> git.proxmox.com Git - mirror_edk2.git/commitdiff
edk2/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 13 Aug 2008 21:02:24 +0000 (21:02 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 13 Aug 2008 21:02:24 +0000 (21:02 +0000)
* Remove trailing whitespace in file to fix warning/error from the
  Intel compiler: "last line of file ends without a newline"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5638 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c

index fa256facc7abdaa5aed2a668b31ac2eaa09159d1..79b4e925ed2b86a2ce5e9cbffa6d42079cc41b06 100644 (file)
@@ -56,7 +56,7 @@ SerialPortWrite (
 /**\r
   Read data from serial device and save the datas in buffer.\r
 \r
 /**\r
   Read data from serial device and save the datas in buffer.\r
 \r
-  @param  Buffer           Point of data buffer, which contains the data \r
+  @param  Buffer           Point of data buffer, which contains the data\r
                            returned from the serial device.\r
   @param  NumberOfBytes    Number of bytes which will be read.\r
 \r
                            returned from the serial device.\r
   @param  NumberOfBytes    Number of bytes which will be read.\r
 \r
@@ -77,7 +77,7 @@ SerialPortRead (
   Poll the serial device to see if there is any data waiting.\r
 \r
   If there is data waiting to be read from the serial port, then return\r
   Poll the serial device to see if there is any data waiting.\r
 \r
   If there is data waiting to be read from the serial port, then return\r
-  TRUE.  If there is no data waiting to be read from the serial port, then \r
+  TRUE.  If there is no data waiting to be read from the serial port, then\r
   return FALSE.\r
 \r
   @retval FALSE            There is no data waiting to be read.\r
   return FALSE.\r
 \r
   @retval FALSE            There is no data waiting to be read.\r
@@ -89,7 +89,6 @@ SerialPortPoll (
   VOID\r
   )\r
 {\r
   VOID\r
   )\r
 {\r
-  return FALSE; \r
-} \r
+  return FALSE;\r
+}\r
 \r
 \r
\ No newline at end of file