header file #endif guard middle program once style consistency

This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent d55a2b74ac
commit 2db18509c5
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -187,14 +187,14 @@ typedef struct def
* structure describes the indices and the separation between elements
* (for computing transforms).
*/
#ifndef _DATABASE_H
#ifndef _MAGIC__DATABASE__DATABASE_H
typedef struct
{
int ar_xlo, ar_xhi;
int ar_ylo, ar_yhi;
int ar_xsep, ar_ysep;
} ArrayInfo;
#endif /* _DATABASE_H */
#endif /* _MAGIC__DATABASE__DATABASE_H */
typedef struct use
{