Skip to content

Commit

Permalink
Apply style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and davidbeckingsale committed Jan 17, 2025
1 parent 9680f9b commit eb055f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/umpire/event/event.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#ifndef UMPIRE_event_HPP
#define UMPIRE_event_HPP

#include <cstdlib>
#include <cstdint>
#include <cstdlib>
#include <map>
#include <sstream>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/umpire/util/Macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
plog = axom::slic::Logger::getActiveLogger(); \
axom::slic::message::Level level; \
level = axom::slic::message::Level::Error; \
char* enval = std::getenv(env_name.c_str()); \
char* enval = std::getenv(env_name.c_str()); \
if (enval != NULL) { \
for (int i = 0; i < axom::slic::message::Level::Num_Levels; ++i) { \
if (strcasecmp(enval, axom::slic::message::MessageLevelName[i].c_str()) == 0) { \
Expand Down
1 change: 0 additions & 1 deletion src/umpire/util/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "umpire/util/io.hpp"


#include <cstdlib>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit eb055f9

Please sign in to comment.