]> granicus.if.org Git - curl/commitdiff
use curl standard source formatting
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Mar 2004 12:51:33 +0000 (12:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Mar 2004 12:51:33 +0000 (12:51 +0000)
src/urlglob.h

index 98d007de59c8fabdaf6fb2f31cbbbdac645212bc..25ead3b4d5a452c2b479c769c5cd741d4952add9 100644 (file)
  *
  * $Id$
  ***************************************************************************/
-typedef enum {UPTSet=1,UPTCharRange,UPTNumRange} URLPatternType;
+typedef enum {
+  UPTSet=1,
+  UPTCharRange,
+  UPTNumRange
+} URLPatternType;
 
 typedef struct {
   URLPatternType type;