use curl standard source formatting

This commit is contained in:
Daniel Stenberg 2004-03-08 12:51:33 +00:00
parent 2b700fae9d
commit b7c56594b3
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@
*
* $Id$
***************************************************************************/
typedef enum {UPTSet=1,UPTCharRange,UPTNumRange} URLPatternType;
typedef enum {
UPTSet=1,
UPTCharRange,
UPTNumRange
} URLPatternType;
typedef struct {
URLPatternType type;