Fixed indentation. No changes.

DEVEL_2_0_BRANCH-1
Frank Zago 2002-03-20 00:07:35 +00:00
rodzic 3b6e11ba2c
commit 4724f09956
2 zmienionych plików z 1810 dodań i 1638 usunięć

Plik diff jest za duży Load Diff

Wyświetl plik

@ -142,7 +142,7 @@ CDB;
/*--------------------------------------------------------------------------*/
static inline int
getbitfield (unsigned char *pageaddr, int mask, int shift) \
getbitfield (unsigned char *pageaddr, int mask, int shift)
{
return ((*pageaddr >> shift) & mask);
}
@ -240,7 +240,8 @@ SANE_I18N("Automatic separation")
/* Differences between the scanners.
* The scsi_* fields are used to lookup the correcte entry. */
struct scanners_supported {
struct scanners_supported
{
int scsi_type;
char scsi_vendor[9];
char scsi_product[17];
@ -271,7 +272,8 @@ struct scanners_supported {
#define MAT_CAP_MANUAL_FEED 0x00000400
};
struct paper_sizes {
struct paper_sizes
{
SANE_String_Const name; /* name of the paper */
int width;
int length;