moved _NtCurrentTeb()'s function name to left-most column.
authorRoyce Mitchell III <royce3@ev1.net>
Thu, 7 Aug 2003 01:51:42 +0000 (01:51 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Thu, 7 Aug 2003 01:51:42 +0000 (01:51 +0000)
svn path=/trunk/; revision=5445

reactos/lib/ntdll/rtl/teb.c

index 94f8bad..d0d802d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: teb.c,v 1.1 2003/07/06 23:04:19 hyperion Exp $
+/* $Id: teb.c,v 1.2 2003/08/07 01:51:42 royce Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -9,6 +9,7 @@
 #include <ddk/ntddk.h>
 #include <napi/teb.h>
 
-PTEB STDCALL _NtCurrentTeb() { return NtCurrentTeb(); }
+PTEB STDCALL
+_NtCurrentTeb() { return NtCurrentTeb(); }
 
 /* EOF */