Skip to content

Commit 8930773

Browse files
committed
style: unify reference formatting (Vector&)
1 parent d839aba commit 8930773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/game/shared/swarm/asw_weapon_shotgun_shared.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class CASW_Weapon_Shotgun : public CASW_Weapon
5353
virtual bool ShouldFlareAutoaim() { return true; }
5454
virtual bool SupportsDamageModifiers() { return true; }
5555

56-
virtual const Vector &GetBulletSpread( void );
57-
virtual const Vector &GetAngularBulletSpread( void );
56+
virtual const Vector& GetBulletSpread( void );
57+
virtual const Vector& GetAngularBulletSpread( void );
5858

5959
#ifndef CLIENT_DLL
6060
DECLARE_DATADESC();

0 commit comments

Comments
 (0)