Skip to content

Commit

Permalink
use pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
katsar0v committed Jul 7, 2020
1 parent 87bf388 commit c0b5d6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/effects/builtin/whitenoiseeffect.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef WHITENOISEEFFECT_H
#define WHITENOISEEFFECT_H
#pragma once

#include "effects/effectprocessor.h"
#include "engine/effects/engineeffect.h"
Expand Down Expand Up @@ -43,4 +42,4 @@ class WhiteNoiseEffect : public EffectProcessorImpl<WhiteNoiseGroupState> {
DISALLOW_COPY_AND_ASSIGN(WhiteNoiseEffect);
};

#endif
#endif /* WHITENOISEEFFECT_H */

0 comments on commit c0b5d6c

Please sign in to comment.