Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45740 )

Change subject: base: Fix the compiler guard in base/pollevent.hh
......................................................................

base: Fix the compiler guard in base/pollevent.hh

This was not formatted consistently with other files.

Change-Id: Ibee20cb6f458fcf99a1729cb8bd50c9c536d6639
---
M src/base/pollevent.hh
1 file changed, 3 insertions(+), 3 deletions(-)



diff --git a/src/base/pollevent.hh b/src/base/pollevent.hh
index 5efa4fd..1930bb3 100644
--- a/src/base/pollevent.hh
+++ b/src/base/pollevent.hh
@@ -26,8 +26,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */

-#ifndef __POLLEVENT_H__
-#define __POLLEVENT_H__
+#ifndef __BASE_POLLEVENT_HH__
+#define __BASE_POLLEVENT_HH__

 #include <poll.h>

@@ -110,4 +110,4 @@
  */
 extern PollQueue pollQueue;

-#endif // __POLLEVENT_H__
+#endif // __BASE_POLLEVENT_HH__

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45740
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ibee20cb6f458fcf99a1729cb8bd50c9c536d6639
Gerrit-Change-Number: 45740
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to