Reformat: delete trailing whitespace
[yaz-moved-to-github.git] / include / yaz / file_glob.h
index 6d2d21a..0ba70d6 100644 (file)
@@ -25,7 +25,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/** \file 
+/** \file
     \brief File globbing (ala POSIX glob, but simpler)
 */
 
@@ -52,7 +52,7 @@ int yaz_file_glob(const char *pattern, yaz_glob_res_t *res);
 
 /** \brief release glob result
     \param res pointer to glob result
-    
+
     A value of *res == NULL is allowed. If *res != NULL, then
     *res is set to NULL
     */