Skip to content

Commit

Permalink
use curl standard source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 8, 2004
1 parent 2b700fa commit b7c5659
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/urlglob.h
Expand Up @@ -22,7 +22,11 @@
*
* $Id$
***************************************************************************/
typedef enum {UPTSet=1,UPTCharRange,UPTNumRange} URLPatternType;
typedef enum {
UPTSet=1,
UPTCharRange,
UPTNumRange
} URLPatternType;

typedef struct {
URLPatternType type;
Expand Down

0 comments on commit b7c5659

Please sign in to comment.