diff options
| author | Rémi Verschelde | 2017-07-23 13:16:48 +0200 |
|---|---|---|
| committer | GitHub | 2017-07-23 13:16:48 +0200 |
| commit | 38c471bef6ec5b9236ccf3331d982e379d7be4a8 (patch) | |
| tree | 7c92b7e1ab05989b9567d88b9a84062b912f96c3 /modules/webm/video_stream_webm.cpp | |
| parent | 21497bd501ff1a6f8029475a1cdf99162c6ca369 (diff) | |
| parent | c7c65ca6bac04925353db9b3bee4b0cd0b634ac6 (diff) | |
| download | godot-38c471bef6ec5b9236ccf3331d982e379d7be4a8.tar.gz godot-38c471bef6ec5b9236ccf3331d982e379d7be4a8.tar.zst godot-38c471bef6ec5b9236ccf3331d982e379d7be4a8.zip | |
Merge pull request #9765 from Noshyaar/pr-clang
Clang-formatting *.cpp and *.h (some files excluded)
Diffstat (limited to 'modules/webm/video_stream_webm.cpp')
| -rw-r--r-- | modules/webm/video_stream_webm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webm/video_stream_webm.cpp b/modules/webm/video_stream_webm.cpp index ff0bca0fc..72f10b4f4 100644 --- a/modules/webm/video_stream_webm.cpp +++ b/modules/webm/video_stream_webm.cpp @@ -34,8 +34,8 @@ #include "mkvparser/mkvparser.h" -#include "project_settings.h" #include "os/file_access.h" +#include "project_settings.h" #include "thirdparty/misc/yuv2rgb.h" |
