add newline to end of file

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3066 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-04-14 01:56:41 +00:00
parent 150bfa3714
commit fe5cc7b493
36 changed files with 35 additions and 36 deletions

View File

@ -39,4 +39,4 @@ uint16 FindClosestColor16(rgb_color color);
rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position);
#endif
#endif

View File

@ -51,4 +51,4 @@ struct _BCmdKey{
BHandler* target;
};
#endif // _WINDOWAUX_H
#endif // _WINDOWAUX_H

View File

@ -75,4 +75,4 @@ protected:
AreaLinkHeader *header;
};
#endif
#endif

View File

@ -49,4 +49,4 @@ protected:
BList *attachlist;
};
#endif
#endif

View File

@ -406,4 +406,4 @@ jinit_c_diff_controller (j_compress_ptr cinfo, boolean need_full_buffer)
diff->whole_image[0] = NULL; /* flag for no virtual arrays */
}
#endif /* C_LOSSLESS_SUPPORTED */
#endif /* C_LOSSLESS_SUPPORTED */

View File

@ -598,4 +598,4 @@ jinit_lhuff_encoder (j_compress_ptr cinfo)
entropy->count_ptrs[i] = NULL;
#endif
}
}
}

View File

@ -75,4 +75,4 @@ jinit_lossless_c_codec(j_compress_ptr cinfo)
losslsc->pub.start_pass = start_pass;
}
#endif /* C_LOSSLESS_SUPPORTED */
#endif /* C_LOSSLESS_SUPPORTED */

View File

@ -73,4 +73,4 @@ jinit_lossy_c_codec (j_compress_ptr cinfo)
* jcshuff.c or jcphuff.c and compress_data is assigned in jccoefct.c.
*/
lossyc->pub.start_pass = start_pass;
}
}

View File

@ -50,4 +50,4 @@ jinit_d_codec (j_decompress_ptr cinfo)
#endif
} else
jinit_lossy_d_codec(cinfo);
}
}

View File

@ -59,4 +59,4 @@ jinit_c_scaler (j_compress_ptr cinfo)
losslsc->scaler_start_pass = scaler_start_pass;
}
#endif /* C_LOSSLESS_SUPPORTED */
#endif /* C_LOSSLESS_SUPPORTED */

View File

@ -658,4 +658,4 @@ jinit_shuff_encoder (j_compress_ptr cinfo)
entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL;
#endif
}
}
}

View File

@ -396,4 +396,4 @@ jinit_d_diff_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
}
}
#endif /* D_LOSSLESS_SUPPORTED */
#endif /* D_LOSSLESS_SUPPORTED */

View File

@ -226,4 +226,4 @@ struct huffd_common_struct {
*/
};
typedef struct huffd_common_struct * huffd_common_ptr;
typedef struct huffd_common_struct * huffd_common_ptr;

View File

@ -288,4 +288,4 @@ jinit_lhuff_decoder (j_decompress_ptr cinfo)
}
}
#endif /* D_LOSSLESS_SUPPORTED */
#endif /* D_LOSSLESS_SUPPORTED */

View File

@ -91,4 +91,4 @@ jinit_lossless_d_codec(j_decompress_ptr cinfo)
losslsd->pub.start_input_pass = start_input_pass;
}
#endif /* D_LOSSLESS_SUPPORTED */
#endif /* D_LOSSLESS_SUPPORTED */

View File

@ -357,4 +357,4 @@ jinit_shuff_decoder (j_decompress_ptr cinfo)
for (i = 0; i < NUM_HUFF_TBLS; i++) {
entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL;
}
}
}

View File

@ -154,4 +154,4 @@ EXTERN(void) jinit_d_diff_controller (j_decompress_ptr cinfo, boolean need_full_
EXTERN(void) jinit_d_codec (j_decompress_ptr cinfo);
EXTERN(void) jinit_c_diff_controller (j_compress_ptr cinfo, boolean need_full_buffer);
#endif /* JLOSSLS_H */
#endif /* JLOSSLS_H */

View File

@ -117,4 +117,4 @@ EXTERN(void) jinit_shuff_decoder JPP((j_decompress_ptr cinfo));
EXTERN(void) jinit_phuff_decoder JPP((j_decompress_ptr cinfo));
EXTERN(void) jinit_inverse_dct JPP((j_decompress_ptr cinfo));
#endif /* JLOSSY_H */
#endif /* JLOSSY_H */

View File

@ -95,4 +95,4 @@ main()
app.Run();
return 0;
}
}

View File

@ -86,4 +86,4 @@ private:
// the actual settings
};
#endif // #ifndef TGA_TRANSLATOR_SETTTINGS_H
#endif // #ifndef TGA_TRANSLATOR_SETTTINGS_H

View File

@ -66,4 +66,4 @@ TGAWindow::TGAWindow(BRect area)
TGAWindow::~TGAWindow()
{
be_app->PostMessage(B_QUIT_REQUESTED);
}
}

View File

@ -45,4 +45,4 @@ public:
// Posts a quit message so that the application closes properly
};
#endif
#endif

View File

@ -178,4 +178,4 @@ private:
media_node fNode;
};
#endif
#endif

View File

@ -144,4 +144,4 @@ private:
};
#endif
#endif

View File

@ -380,4 +380,3 @@ BGameSoundDevice::AllocateSound()
return fSoundCount - kGrowth;
}

View File

@ -15,4 +15,4 @@ private:
color_which attribute;
};
#endif
#endif

View File

@ -21,4 +21,4 @@ class Devices : public BApplication
};
#endif
#endif

View File

@ -12,4 +12,4 @@ Devices Constants by Sikosis
// Constants ------------------------------------------------------------------------------------------------- //
const char *APP_SIGNATURE = "application/x-vnd.OBOS.Devices"; // Application Signature and Title
#endif
#endif

View File

@ -61,4 +61,4 @@ protected:
extern BitmapManager *bitmapmanager;
#endif
#endif

View File

@ -65,4 +65,4 @@ protected:
int textoffset;
};
#endif
#endif

View File

@ -6,4 +6,4 @@ void SaveToPNG(const char *filename, const BRect &bounds, color_space space,
const void *bits, const int32 &bitslength, const int32 bytesperrow);
#endif
#endif

View File

@ -22,4 +22,4 @@ private:
int32 _token;
};
#endif
#endif

View File

@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
App app;
be_app->Run();
return 0;
}
}

View File

@ -26,4 +26,4 @@ public:
};
#define my_app ((App*)be_app)
#endif
#endif

View File

@ -8,4 +8,4 @@
#define CLOSE_MSG 'clos'
#endif
#endif

View File

@ -121,4 +121,4 @@ void PathView::MouseUp(BPoint point) {
void PathView::SetClose(bool close) {
if (close) fPath.Close();
else fPath.Open();
}
}