summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-18 21:01:12 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-18 21:01:12 +0000
commit31e4a57f6460265515233833bead6202e7304e07 (patch)
tree138c29b8dafe8df772f0dc930017dc452327fb11
parentb830c1dfc06363bf4a33ede0e923c38043f66843 (diff)
downloadedk2-31e4a57f6460265515233833bead6202e7304e07.tar.gz
Fix newline at end of file issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10508 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-xEmbeddedPkg/Include/Library/DebugAgentTimerLib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
index d4fc145a7..6a363e000 100755
--- a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
+++ b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
@@ -58,5 +58,6 @@ DebugAgentTimerEndOfInterrupt (
);
#endif
-
+
+
\ No newline at end of file