Bug 868130 - Fix include guard. r=me

This commit is contained in:
Bobby Holley 2013-05-22 10:05:28 -06:00
parent 1b2f22fe61
commit bc91b98ea1

View File

@ -1,8 +1,8 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
#ifndef nsCxPusher_h___
#define nsCxPusher_h___
#ifndef nsCxPusher_h
#define nsCxPusher_h
#include "jsapi.h"
#include "mozilla/Util.h"
@ -111,4 +111,4 @@ public:
} // namespace mozilla
#endif /* nsCxPusher_h___ */
#endif /* nsCxPusher_h */