Bläddra i källkod

remove trailign whitespace

Sean Barrett 5 år sedan
förälder
incheckning
e140649ccf
3 ändrade filer med 17 tillägg och 17 borttagningar
  1. 1 1
      stb.h
  2. 14 14
      stb_image.h
  3. 2 2
      stb_truetype.h

+ 1 - 1
stb.h

@@ -8431,7 +8431,7 @@ void stb_srand(unsigned int seed)
    int i;
    stb__mt_buffer[0]= seed & 0xffffffffUL;
    for (i=1 ; i < STB__MT_LEN; ++i)
-      stb__mt_buffer[i] = (1812433253UL * (stb__mt_buffer[i-1] ^ (stb__mt_buffer[i-1] >> 30)) + i); 
+      stb__mt_buffer[i] = (1812433253UL * (stb__mt_buffer[i-1] ^ (stb__mt_buffer[i-1] >> 30)) + i);
    stb__mt_index = STB__MT_LEN*sizeof(unsigned int);
 }
 

+ 14 - 14
stb_image.h

@@ -96,24 +96,24 @@ RECENT REVISION HISTORY:
  Bug & warning fixes
     Marc LeBlanc            David Woo          Guillaume George     Martins Mozeiko
     Christpher Lloyd        Jerry Jansson      Joseph Thomson       Blazej Dariusz Roszkowski
-    Phil Jordan                                Dave Moore           Roy Eltham         
+    Phil Jordan                                Dave Moore           Roy Eltham
     Hayaki Saito            Nathan Reed        Won Chun
-    Luke Graham             Johan Duparc       Nick Verigakis       the Horde3D community   
-    Thomas Ruf              Ronny Chevalier                         github:rlyeh           
-    Janez Zemva             John Bartholomew   Michal Cichon        github:romigrou        
-    Jonathan Blow           Ken Hamada         Tero Hanninen        github:svdijk          
-                            Laurent Gomila     Cort Stratton        github:snagar          
-    Aruelien Pocheville     Sergio Gonzalez    Thibault Reuille     github:Zelex           
-    Cass Everitt            Ryamond Barbiero                        github:grim210         
-    Paul Du Bois            Engin Manap        Aldo Culquicondor    github:sammyhw         
-    Philipp Wiesemann       Dale Weiler        Oriol Ferrer Mesia   github:phprus             
-    Josh Tobin                                 Matthew Gregan       github:poppolopoppo    
-    Julian Raschke          Gregory Mullen     Christian Floisand   github:darealshinji    
-    Baldur Karlsson         Kevin Schmidt      JR Smith             github:Michaelangel007 
+    Luke Graham             Johan Duparc       Nick Verigakis       the Horde3D community
+    Thomas Ruf              Ronny Chevalier                         github:rlyeh
+    Janez Zemva             John Bartholomew   Michal Cichon        github:romigrou
+    Jonathan Blow           Ken Hamada         Tero Hanninen        github:svdijk
+                            Laurent Gomila     Cort Stratton        github:snagar
+    Aruelien Pocheville     Sergio Gonzalez    Thibault Reuille     github:Zelex
+    Cass Everitt            Ryamond Barbiero                        github:grim210
+    Paul Du Bois            Engin Manap        Aldo Culquicondor    github:sammyhw
+    Philipp Wiesemann       Dale Weiler        Oriol Ferrer Mesia   github:phprus
+    Josh Tobin                                 Matthew Gregan       github:poppolopoppo
+    Julian Raschke          Gregory Mullen     Christian Floisand   github:darealshinji
+    Baldur Karlsson         Kevin Schmidt      JR Smith             github:Michaelangel007
                             Brad Weinberger    Matvey Cherevko      [reserved]
     Luca Sas                Alexander Veselov  Zack Middleton       [reserved]
     Ryan C. Gordon          [reserved]                              [reserved]
-                     DO NOT ADD YOUR NAME HERE      
+                     DO NOT ADD YOUR NAME HERE
 
   To add your name to the credits, pick a random blank space in the middle and fill it.
   80% of merge conflicts on stb PRs are due to people adding their name at the end

+ 2 - 2
stb_truetype.h

@@ -53,8 +53,8 @@
 //       Johan Duparc               Thomas Fields
 //       Hou Qiming                 Derek Vinyard
 //       Rob Loach                  Cort Stratton
-//       Kenney Phillis Jr.         Brian Costabile            
-//       Ken Voskuil (kaesve)       
+//       Kenney Phillis Jr.         Brian Costabile
+//       Ken Voskuil (kaesve)
 //
 // VERSION HISTORY
 //