瀏覽代碼

remove trailign whitespace

Sean Barrett 5 年之前
父節點
當前提交
e140649ccf
共有 3 個文件被更改,包括 17 次插入17 次删除
  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;
    int i;
    stb__mt_buffer[0]= seed & 0xffffffffUL;
    stb__mt_buffer[0]= seed & 0xffffffffUL;
    for (i=1 ; i < STB__MT_LEN; ++i)
    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);
    stb__mt_index = STB__MT_LEN*sizeof(unsigned int);
 }
 }
 
 

+ 14 - 14
stb_image.h

@@ -96,24 +96,24 @@ RECENT REVISION HISTORY:
  Bug & warning fixes
  Bug & warning fixes
     Marc LeBlanc            David Woo          Guillaume George     Martins Mozeiko
     Marc LeBlanc            David Woo          Guillaume George     Martins Mozeiko
     Christpher Lloyd        Jerry Jansson      Joseph Thomson       Blazej Dariusz Roszkowski
     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
     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]
                             Brad Weinberger    Matvey Cherevko      [reserved]
     Luca Sas                Alexander Veselov  Zack Middleton       [reserved]
     Luca Sas                Alexander Veselov  Zack Middleton       [reserved]
     Ryan C. Gordon          [reserved]                              [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.
   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
   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
 //       Johan Duparc               Thomas Fields
 //       Hou Qiming                 Derek Vinyard
 //       Hou Qiming                 Derek Vinyard
 //       Rob Loach                  Cort Stratton
 //       Rob Loach                  Cort Stratton
-//       Kenney Phillis Jr.         Brian Costabile            
-//       Ken Voskuil (kaesve)       
+//       Kenney Phillis Jr.         Brian Costabile
+//       Ken Voskuil (kaesve)
 //
 //
 // VERSION HISTORY
 // VERSION HISTORY
 //
 //