summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePerformanceLibNull
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-11 04:45:23 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-11 04:45:23 +0000
commitefb2311707ec50ff04ebaecbb151ce8d8f168ee4 (patch)
treea323b199272ddb465745e6cb6f007358d84c5846 /MdePkg/Library/BasePerformanceLibNull
parent2fc60b703842994beb1d78f9221deca7d81d9159 (diff)
downloadedk2-efb2311707ec50ff04ebaecbb151ce8d8f168ee4.tar.gz
edk2-efb2311707ec50ff04ebaecbb151ce8d8f168ee4.tar.bz2
edk2-efb2311707ec50ff04ebaecbb151ce8d8f168ee4.zip
Synchronize MdePkg h files to Library/Base* c files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6984 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePerformanceLibNull')
-rw-r--r--MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
index c3dd2734d6..737734c9a9 100644
--- a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
+++ b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
@@ -44,9 +44,9 @@
RETURN_STATUS
EFIAPI
StartPerformanceMeasurement (
- IN CONST VOID *Handle, OPTIONAL
- IN CONST CHAR8 *Token, OPTIONAL
- IN CONST CHAR8 *Module, OPTIONAL
+ IN CONST VOID *Handle, OPTIONAL
+ IN CONST CHAR8 *Token, OPTIONAL
+ IN CONST CHAR8 *Module, OPTIONAL
IN UINT64 TimeStamp
)
{