Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / gnu-nat.h
index 34558c26aa6959a351f80f528c6d8631a0edbfef..9df479c8506a72ff7f6ebefa2b8f9e71d790a833 100644 (file)
@@ -16,8 +16,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef __GNU_NAT_H__
-#define __GNU_NAT_H__
+#ifndef GNU_NAT_H
+#define GNU_NAT_H
 
 #include <unistd.h>
 #include <mach.h>
@@ -135,4 +135,4 @@ struct gnu_nat_target : public inf_child_target
   void stop (ptid_t) override;
 };
 
-#endif /* __GNU_NAT_H__ */
+#endif /* GNU_NAT_H */
This page took 0.024111 seconds and 4 git commands to generate.