]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SetupBrowserDxe/Expression.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Expression.h
index 5660a997b8f8936f660e36d95c7e6c0cbcead57f..6968a5b7c649434c7cf373a48ecd6fd0c5217ab2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Private structure, MACRO and function definitions for User Interface related functionalities.\r
 \r
-Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -17,15 +17,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   Get the expression list count.\r
-  \r
-  @param  Level                  Which type this expression belong to. Form, \r
+\r
+  @param  Level                  Which type this expression belong to. Form,\r
                                  statement or option?\r
 \r
   @retval >=0                    The expression count\r
   @retval -1                     Input parameter error.\r
 \r
 **/\r
-INTN \r
+INTN\r
 GetConditionalExpressionCount (\r
   IN EXPRESS_LEVEL       Level\r
   );\r
@@ -74,8 +74,8 @@ PushScope (
 \r
 /**\r
   Get the expression Buffer pointer.\r
-  \r
-  @param  Level                  Which type this expression belong to. Form, \r
+\r
+  @param  Level                  Which type this expression belong to. Form,\r
                                  statement or option?\r
 \r
   @retval  The start pointer of the expression buffer or NULL.\r
@@ -144,7 +144,7 @@ ExtendValueToU64 (
   Push the expression options onto the Stack.\r
 \r
   @param  Pointer                Pointer to the current expression.\r
-  @param  Level                  Which type this expression belong to. Form, \r
+  @param  Level                  Which type this expression belong to. Form,\r
                                  statement or option?\r
 \r
   @retval EFI_SUCCESS            The value was pushed onto the stack.\r
@@ -160,7 +160,7 @@ PushConditionalExpression (
 /**\r
   Pop the expression options from the Stack\r
 \r
-  @param  Level                  Which type this expression belong to. Form, \r
+  @param  Level                  Which type this expression belong to. Form,\r
                                  statement or option?\r
 \r
   @retval EFI_SUCCESS            The value was pushed onto the stack.\r
@@ -225,20 +225,20 @@ EvaluateExpression (
   IN OUT FORM_EXPRESSION   *Expression\r
   );\r
 /**\r
-  Return the result of the expression list. Check the expression list and \r
-  return the highest priority express result.  \r
+  Return the result of the expression list. Check the expression list and\r
+  return the highest priority express result.\r
   Priority: DisableIf > SuppressIf > GrayOutIf > FALSE\r
 \r
   @param  ExpList             The input expression list.\r
   @param  Evaluate            Whether need to evaluate the expression first.\r
   @param  FormSet             FormSet associated with this expression.\r
-  @param  Form                Form associated with this expression.  \r
+  @param  Form                Form associated with this expression.\r
 \r
-  @retval EXPRESS_RESULT      Return the higher priority express result. \r
+  @retval EXPRESS_RESULT      Return the higher priority express result.\r
                               DisableIf > SuppressIf > GrayOutIf > FALSE\r
 \r
 **/\r
-EXPRESS_RESULT \r
+EXPRESS_RESULT\r
 EvaluateExpressionList (\r
   IN FORM_EXPRESSION_LIST *ExpList,\r
   IN BOOLEAN              Evaluate,\r