kopia lustrzana https://gitlab.com/sane-project/backends
Fixed indentation. No changes.
rodzic
3b6e11ba2c
commit
4724f09956
Plik diff jest za duży
Load Diff
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue