[ros-dev] [ros-diffs] [ros-arm-bringup] 41571: - Do not reformat other people's code simply to reformat it.

Timo Kreuzer timo.kreuzer at web.de
Tue Jun 23 12:26:18 CEST 2009


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


ros-arm-bringup at svn.reactos.org 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 */
>
>
>   



More information about the Ros-dev mailing list