]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_tuba.qc
Fix whitespace for #include
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_tuba.qc
index 54959949a746024e406f5567b3355a103e3cb75b..0b70b85729fe463d832bfc0b6e8edc0e5b211efe 100644 (file)
@@ -382,7 +382,7 @@ float W_Tuba(float req)
                                else
                                        self.BUTTON_ATCK2 = 1;
                        }
-                       
+
                        return true;
                }
                case WR_THINK:
@@ -411,7 +411,7 @@ float W_Tuba(float req)
                                        self = oldself;
                                }
                        }
-                       
+
                        return true;
                }
                case WR_INIT:
@@ -457,7 +457,7 @@ float W_Tuba(float req)
                                self.weaponentity.state = WS_INUSE;
                                weapon_thinkf(WFRAME_RELOAD, 0.5, w_ready);
                        }
-                       
+
                        return true;
                }
                case WR_CHECKAMMO1: