]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Table/TableIdentifier.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / Table / TableIdentifier.py
index 0ec8b3c162ceaff2cd0bfe928756d69ef7067859..5ce528b26a4c713d958c4972b86080d97427689c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to create/update/query/erase table for Identifiers\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,7 +21,7 @@ from Table import Table
 ## TableIdentifier\r
 #\r
 # This class defined a table used for Identifier\r
-# \r
+#\r
 # @param object:       Inherited from object class\r
 #\r
 #\r
@@ -29,7 +29,7 @@ class TableIdentifier(Table):
     def __init__(self, Cursor):\r
         Table.__init__(self, Cursor)\r
         self.Table = 'Identifier'\r
-    \r
+\r
     ## Create table\r
     #\r
     # Create table Identifier\r
@@ -87,4 +87,4 @@ class TableIdentifier(Table):
                                            % (self.Table, self.ID, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)\r
         Table.Insert(self, SqlCommand)\r
 \r
-        return self.ID
\ No newline at end of file
+        return self.ID\r