Skip to content

Commit

Permalink
Add space between closing > > brackets for compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstark committed Apr 7, 2023
1 parent 9a1ef42 commit 3160f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AudioFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class AudioFile
public:

//=============================================================
typedef std::vector<std::vector<T>> AudioBuffer;
typedef std::vector<std::vector<T> > AudioBuffer;

//=============================================================
/** Constructor */
Expand Down

0 comments on commit 3160f43

Please sign in to comment.