Revision: 76828
http://sourceforge.net/p/brlcad/code/76828
Author: starseeker
Date: 2020-08-18 14:13:48 +0000 (Tue, 18 Aug 2020)
Log Message:
-----------
C++ file, not C file - fix footer
Modified Paths:
--------------
brlcad/trunk/src/libged/brep/brep.cpp
Modified: brlcad/trunk/src/libged/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/libged/brep/brep.cpp 2020-08-18 13:16:42 UTC (rev
76827)
+++ brlcad/trunk/src/libged/brep/brep.cpp 2020-08-18 14:13:48 UTC (rev
76828)
@@ -55,7 +55,7 @@
* directly and export what we need from brep_debug.cpp which sucks.
*/
extern "C" {
-RT_EXPORT extern int rt_brep_boolean(struct rt_db_internal *out, const struct
rt_db_internal *ip1, const struct rt_db_internal *ip2, db_op_t operation);
+ RT_EXPORT extern int rt_brep_boolean(struct rt_db_internal *out, const
struct rt_db_internal *ip1, const struct rt_db_internal *ip2, db_op_t
operation);
}
// Indices are specified for info and plot commands - parsing logic is common
to both
@@ -1378,7 +1378,7 @@
gb.gopts = d;
if (!argc) {
- _brep_cmd_help(&gb, 0, NULL);
+ _brep_cmd_help(&gb, 0, NULL);
return GED_OK;
}
@@ -1491,12 +1491,12 @@
}
#endif
-/*
- * Local Variables:
- * tab-width: 8
- * mode: C
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */
+// Local Variables:
+// tab-width: 8
+// mode: C++
+// c-basic-offset: 4
+// indent-tabs-mode: t
+// c-file-style: "stroustrup"
+// End:
+// ex: shiftwidth=4 tabstop=8
+
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits