Skip to content

Commit

Permalink
clang format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegff committed Aug 27, 2024
1 parent b375976 commit d20e07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OgreMain/src/OgreAssert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "OgreAssert.h"

#include <stdarg.h>
#include <cstdio> // std::snprintf
#include <cstdio> // std::snprintf

namespace Ogre
{
Expand Down
2 changes: 1 addition & 1 deletion OgreMain/src/OgreSearchOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ THE SOFTWARE.
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <cstdio> // std::snprintf
#include <cstdio> // std::snprintf

/* Win32 directory operations emulation */
#if OGRE_PLATFORM != OGRE_PLATFORM_WIN32 && OGRE_PLATFORM != OGRE_PLATFORM_WINRT
Expand Down

0 comments on commit d20e07d

Please sign in to comment.