1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

use curl standard source formatting

This commit is contained in:
Daniel Stenberg 2004-03-08 12:51:33 +00:00
parent 2b700fae9d
commit b7c56594b3

View File

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