mirror of https://github.com/CGAL/cgal
Cosmetic change
This commit is contained in:
parent
5ae2f38ef5
commit
728d10efc1
|
|
@ -19,5 +19,5 @@ for dirname, dirnames, filenames in os.walk(argv[1]):
|
||||||
fname=os.path.join(dirname, filename)
|
fname=os.path.join(dirname, filename)
|
||||||
for lines in fileinput.FileInput(fname, inplace=1):
|
for lines in fileinput.FileInput(fname, inplace=1):
|
||||||
lines = lines.replace("CGAL_BEGIN_NAMESPACE","namespace CGAL {")
|
lines = lines.replace("CGAL_BEGIN_NAMESPACE","namespace CGAL {")
|
||||||
lines = lines.replace("CGAL_END_NAMESPACE","} //namespace CGAL")
|
lines = lines.replace("CGAL_END_NAMESPACE","} // end namespace CGAL")
|
||||||
print lines,
|
print lines,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue