]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Mon, 8 Jul 2019 14:18:28 +0000 (10:18 -0400)
committerCristy <urban-warrior@imagemagick.org>
Mon, 8 Jul 2019 14:18:28 +0000 (10:18 -0400)
MagickCore/random.c

index a876157f0f5c3750050be90e0a83142bd897115b..a4d13cedb3e16957d8533b6fb1b96ac8c0f34891 100644 (file)
@@ -160,7 +160,6 @@ static StringInfo
 %      RandomInfo *AcquireRandomInfo(void)
 %
 */
-
 MagickExport RandomInfo *AcquireRandomInfo(void)
 {
   const StringInfo
@@ -381,10 +380,10 @@ static StringInfo *GenerateEntropicChaos(RandomInfo *random_info)
   SetStringInfoDatum(chaos,(unsigned char *) &tid);
   ConcatenateStringInfo(entropy,chaos);
 #if defined(MAGICKCORE_HAVE_SYSCONF) && defined(_SC_PHYS_PAGES)
-  { 
+  {
     ssize_t
       pages;
-    
+
     pages=(ssize_t) sysconf(_SC_PHYS_PAGES);
     SetStringInfoLength(chaos,sizeof(pages));
     SetStringInfoDatum(chaos,(unsigned char *) &pages);