]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Table/TableFunction.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / Table / TableFunction.py
index 3d40bd61f6953d17aae220ca7c36f8ea5ef243ab..bf301fd2620cd9d526c3dfaf65bc464f38579225 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to create/update/query/erase table for functions\r
 #\r
-# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 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
@@ -21,21 +21,21 @@ from Common.StringUtils import ConvertToSqlString
 ## TableFunction\r
 #\r
 # This class defined a table used for function\r
-# \r
+#\r
 # @param Table:       Inherited from Table class\r
 #\r
 class TableFunction(Table):\r
     def __init__(self, Cursor):\r
         Table.__init__(self, Cursor)\r
         self.Table = 'Function'\r
-    \r
+\r
     ## Create table\r
     #\r
     # Create table Function\r
     #\r
     # @param ID:                  ID of a Function\r
     # @param Header:              Header of a Function\r
-    # @param Modifier:            Modifier of a Function \r
+    # @param Modifier:            Modifier of a Function\r
     # @param Name:                Name of a Function\r
     # @param ReturnStatement:     ReturnStatement of a Funciont\r
     # @param StartLine:           StartLine of a Function\r
@@ -72,7 +72,7 @@ class TableFunction(Table):
     #\r
     # @param ID:                  ID of a Function\r
     # @param Header:              Header of a Function\r
-    # @param Modifier:            Modifier of a Function \r
+    # @param Modifier:            Modifier of a Function\r
     # @param Name:                Name of a Function\r
     # @param ReturnStatement:     ReturnStatement of a Funciont\r
     # @param StartLine:           StartLine of a Function\r