summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-13 21:02:24 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-13 21:02:24 +0000
commit6f5cf7595f81ad88f94ab9c38081d0b971abdfe4 (patch)
treec5a485bdd3ee1d7fdb19866e3f3e728b49ba0710 /MdePkg
parent1b233351f35e763b70d744ddb38f72c6ab3a11e4 (diff)
downloadedk2-6f5cf7595f81ad88f94ab9c38081d0b971abdfe4.tar.gz
edk2-6f5cf7595f81ad88f94ab9c38081d0b971abdfe4.tar.bz2
edk2-6f5cf7595f81ad88f94ab9c38081d0b971abdfe4.zip
edk2/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c:
* 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
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c b/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c
index fa256facc7..79b4e925ed 100644
--- a/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c
+++ b/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c
@@ -56,7 +56,7 @@ SerialPortWrite (
/**
Read data from serial device and save the datas in buffer.
- @param Buffer Point of data buffer, which contains the data
+ @param Buffer Point of data buffer, which contains the data
returned from the serial device.
@param NumberOfBytes Number of bytes which will be read.
@@ -77,7 +77,7 @@ SerialPortRead (
Poll the serial device to see if there is any data waiting.
If there is data waiting to be read from the serial port, then return
- TRUE. If there is no data waiting to be read from the serial port, then
+ TRUE. If there is no data waiting to be read from the serial port, then
return FALSE.
@retval FALSE There is no data waiting to be read.
@@ -89,7 +89,6 @@ SerialPortPoll (
VOID
)
{
- return FALSE;
-}
+ return FALSE;
+}
- \ No newline at end of file