Update adaid-generate.adb

Fixed whitespace formatting.
This commit is contained in:
Anthony Arnold 2014-03-26 12:08:39 +10:00
parent b7509cdabb
commit 489774a686
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ use Ada.Streams.Stream_IO;
package body AdaID.Generate is
-- For RNG
package RNG is new Ada.Numerics.Discrete_Random(Result_Subtype =>
Unsigned_32);
package RNG is new Ada.Numerics.Discrete_Random(Result_Subtype =>
Unsigned_32);
generator: RNG.Generator;
generator_is_set: Boolean := false;