diff liboctave/util/oct-glob.cc @ 21734:11af9c03400c

write namespace keyword and name on same line in C++ files
author John W. Eaton <jwe@octave.org>
date Thu, 19 May 2016 01:00:37 -0400
parents f05a00e611ff
children 0504351a45e6
line wrap: on
line diff
--- a/liboctave/util/oct-glob.cc	Thu May 19 00:33:18 2016 -0400
+++ b/liboctave/util/oct-glob.cc	Thu May 19 01:00:37 2016 -0400
@@ -47,11 +47,9 @@
   return s.exists ();
 }
 
-namespace
-octave
+namespace octave
 {
-  namespace
-  sys
+  namespace sys
   {
     bool
     fnmatch (const string_vector& pat, const std::string& str, int fnm_flags)