lol, what about keeping the style consistent?
Also "//" is C++ / C99 comment style and not ANSI C compliant.


[email protected] schrieb:
> Author: ros-arm-bringup
> Date: Tue Jun 23 09:00:48 2009
> New Revision: 41571
>
> URL: http://svn.reactos.org/svn/reactos?rev=41571&view=rev
> Log:
> - Do not reformat other people's code simply to reformat it.
>
>
> Modified:
>     trunk/reactos/ntoskrnl/mm/mminit.c
>
> Modified: trunk/reactos/ntoskrnl/mm/mminit.c
> URL: 
> http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/mminit.c?rev=41571&r1=41570&r2=41571&view=diff
> ==============================================================================
> --- trunk/reactos/ntoskrnl/mm/mminit.c [iso-8859-1] (original)
> +++ trunk/reactos/ntoskrnl/mm/mminit.c [iso-8859-1] Tue Jun 23 09:00:48 2009
> @@ -384,7 +384,9 @@
>      /* Unmap low memory */
>      MmDeletePageTable(NULL, 0);
>      
> -    /* Initialize ARMĂ?Âł */
> +    //
> +    // Initialize ARMĂ?Âł
> +    //
>      MmArmInitSystem(0, KeLoaderBlock);
>  
>      /* Initialize nonpaged pool */
>
>
>   

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to