Explorar el Código

Remove trailing spaces

Ray hace 7 meses
padre
commit
090db355ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/raygui.h

+ 1 - 1
src/raygui.h

@@ -2151,7 +2151,7 @@ int GuiToggleSlider(Rectangle bounds, const char *text, int *active)
     int itemCount = 0;
     const char **items = NULL;
 
-    if (text != NULL) items = GuiTextSplit(text, ';', &itemCount, NULL);    
+    if (text != NULL) items = GuiTextSplit(text, ';', &itemCount, NULL);
 
     Rectangle slider = {
         0,      // Calculated later depending on the active toggle