diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-18 21:01:12 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-18 21:01:12 +0000 |
commit | 31e4a57f6460265515233833bead6202e7304e07 (patch) | |
tree | 138c29b8dafe8df772f0dc930017dc452327fb11 /EmbeddedPkg/Include | |
parent | b830c1dfc06363bf4a33ede0e923c38043f66843 (diff) | |
download | edk2-platforms-31e4a57f6460265515233833bead6202e7304e07.tar.xz |
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
Diffstat (limited to 'EmbeddedPkg/Include')
-rwxr-xr-x | EmbeddedPkg/Include/Library/DebugAgentTimerLib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h index d4fc145a72..6a363e0002 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 |