]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / QueryTable.c
index 3c561ad8583524fca2d360329200717bf32ff305..b56cd61d07fadea98559d1fad46a337e449d5027 100644 (file)
@@ -2,7 +2,7 @@
   Build a table, each item is (Key, Info) pair.\r
   And give a interface of query a string out of a table.\r
 \r
-  Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2016-2017 Hewlett Packard Enterprise Development LP<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -3412,7 +3412,7 @@ QueryTable (
     // Check if Key is in the range\r
     // or if Key == Value in the table\r
     //\r
-    if ((High > Low && Key >= Low && Key <= High) \r
+    if ((High > Low && Key >= Low && Key <= High)\r
       || (Table[Index].Key == Key)) {\r
       StrnCpyS (Info, InfoLen, Table[Index].Info, InfoLen - 1);\r
       StrnCatS (Info, InfoLen, L"\n", InfoLen - 1 - StrLen(Info));\r