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
+1 -1
View File
@@ -39,4 +39,4 @@ uint16 FindClosestColor16(rgb_color color);
rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position); rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position);
#endif #endif
+1 -1
View File
@@ -51,4 +51,4 @@ struct _BCmdKey{
BHandler* target; BHandler* target;
}; };
#endif // _WINDOWAUX_H #endif // _WINDOWAUX_H
+1 -1
View File
@@ -75,4 +75,4 @@ protected:
AreaLinkHeader *header; AreaLinkHeader *header;
}; };
#endif #endif
+1 -1
View File
@@ -49,4 +49,4 @@ protected:
BList *attachlist; BList *attachlist;
}; };
#endif #endif
@@ -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 */ diff->whole_image[0] = NULL; /* flag for no virtual arrays */
} }
#endif /* C_LOSSLESS_SUPPORTED */ #endif /* C_LOSSLESS_SUPPORTED */
@@ -598,4 +598,4 @@ jinit_lhuff_encoder (j_compress_ptr cinfo)
entropy->count_ptrs[i] = NULL; entropy->count_ptrs[i] = NULL;
#endif #endif
} }
} }
@@ -75,4 +75,4 @@ jinit_lossless_c_codec(j_compress_ptr cinfo)
losslsc->pub.start_pass = start_pass; losslsc->pub.start_pass = start_pass;
} }
#endif /* C_LOSSLESS_SUPPORTED */ #endif /* C_LOSSLESS_SUPPORTED */
@@ -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. * jcshuff.c or jcphuff.c and compress_data is assigned in jccoefct.c.
*/ */
lossyc->pub.start_pass = start_pass; lossyc->pub.start_pass = start_pass;
} }
@@ -50,4 +50,4 @@ jinit_d_codec (j_decompress_ptr cinfo)
#endif #endif
} else } else
jinit_lossy_d_codec(cinfo); jinit_lossy_d_codec(cinfo);
} }
@@ -59,4 +59,4 @@ jinit_c_scaler (j_compress_ptr cinfo)
losslsc->scaler_start_pass = scaler_start_pass; losslsc->scaler_start_pass = scaler_start_pass;
} }
#endif /* C_LOSSLESS_SUPPORTED */ #endif /* C_LOSSLESS_SUPPORTED */
@@ -658,4 +658,4 @@ jinit_shuff_encoder (j_compress_ptr cinfo)
entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL; entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL;
#endif #endif
} }
} }
@@ -396,4 +396,4 @@ jinit_d_diff_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
} }
} }
#endif /* D_LOSSLESS_SUPPORTED */ #endif /* D_LOSSLESS_SUPPORTED */
@@ -226,4 +226,4 @@ struct huffd_common_struct {
*/ */
}; };
typedef struct huffd_common_struct * huffd_common_ptr; typedef struct huffd_common_struct * huffd_common_ptr;
@@ -288,4 +288,4 @@ jinit_lhuff_decoder (j_decompress_ptr cinfo)
} }
} }
#endif /* D_LOSSLESS_SUPPORTED */ #endif /* D_LOSSLESS_SUPPORTED */
@@ -91,4 +91,4 @@ jinit_lossless_d_codec(j_decompress_ptr cinfo)
losslsd->pub.start_input_pass = start_input_pass; losslsd->pub.start_input_pass = start_input_pass;
} }
#endif /* D_LOSSLESS_SUPPORTED */ #endif /* D_LOSSLESS_SUPPORTED */
@@ -357,4 +357,4 @@ jinit_shuff_decoder (j_decompress_ptr cinfo)
for (i = 0; i < NUM_HUFF_TBLS; i++) { for (i = 0; i < NUM_HUFF_TBLS; i++) {
entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL; entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL;
} }
} }
@@ -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_d_codec (j_decompress_ptr cinfo);
EXTERN(void) jinit_c_diff_controller (j_compress_ptr cinfo, boolean need_full_buffer); EXTERN(void) jinit_c_diff_controller (j_compress_ptr cinfo, boolean need_full_buffer);
#endif /* JLOSSLS_H */ #endif /* JLOSSLS_H */
@@ -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_phuff_decoder JPP((j_decompress_ptr cinfo));
EXTERN(void) jinit_inverse_dct JPP((j_decompress_ptr cinfo)); EXTERN(void) jinit_inverse_dct JPP((j_decompress_ptr cinfo));
#endif /* JLOSSY_H */ #endif /* JLOSSY_H */
@@ -95,4 +95,4 @@ main()
app.Run(); app.Run();
return 0; return 0;
} }
@@ -86,4 +86,4 @@ private:
// the actual settings // the actual settings
}; };
#endif // #ifndef TGA_TRANSLATOR_SETTTINGS_H #endif // #ifndef TGA_TRANSLATOR_SETTTINGS_H
@@ -66,4 +66,4 @@ TGAWindow::TGAWindow(BRect area)
TGAWindow::~TGAWindow() TGAWindow::~TGAWindow()
{ {
be_app->PostMessage(B_QUIT_REQUESTED); be_app->PostMessage(B_QUIT_REQUESTED);
} }
@@ -45,4 +45,4 @@ public:
// Posts a quit message so that the application closes properly // Posts a quit message so that the application closes properly
}; };
#endif #endif
+1 -1
View File
@@ -178,4 +178,4 @@ private:
media_node fNode; media_node fNode;
}; };
#endif #endif
+1 -1
View File
@@ -144,4 +144,4 @@ private:
}; };
#endif #endif
-1
View File
@@ -380,4 +380,3 @@ BGameSoundDevice::AllocateSound()
return fSoundCount - kGrowth; return fSoundCount - kGrowth;
} }
+1 -1
View File
@@ -15,4 +15,4 @@ private:
color_which attribute; color_which attribute;
}; };
#endif #endif
+1 -1
View File
@@ -21,4 +21,4 @@ class Devices : public BApplication
}; };
#endif #endif
+1 -1
View File
@@ -12,4 +12,4 @@ Devices Constants by Sikosis
// Constants ------------------------------------------------------------------------------------------------- // // Constants ------------------------------------------------------------------------------------------------- //
const char *APP_SIGNATURE = "application/x-vnd.OBOS.Devices"; // Application Signature and Title const char *APP_SIGNATURE = "application/x-vnd.OBOS.Devices"; // Application Signature and Title
#endif #endif
+1 -1
View File
@@ -61,4 +61,4 @@ protected:
extern BitmapManager *bitmapmanager; extern BitmapManager *bitmapmanager;
#endif #endif
+1 -1
View File
@@ -65,4 +65,4 @@ protected:
int textoffset; int textoffset;
}; };
#endif #endif
+1 -1
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); const void *bits, const int32 &bitslength, const int32 bytesperrow);
#endif #endif
+1 -1
View File
@@ -22,4 +22,4 @@ private:
int32 _token; int32 _token;
}; };
#endif #endif
@@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
App app; App app;
be_app->Run(); be_app->Run();
return 0; return 0;
} }
@@ -26,4 +26,4 @@ public:
}; };
#define my_app ((App*)be_app) #define my_app ((App*)be_app)
#endif #endif
@@ -8,4 +8,4 @@
#define CLOSE_MSG 'clos' #define CLOSE_MSG 'clos'
#endif #endif
@@ -121,4 +121,4 @@ void PathView::MouseUp(BPoint point) {
void PathView::SetClose(bool close) { void PathView::SetClose(bool close) {
if (close) fPath.Close(); if (close) fPath.Close();
else fPath.Open(); else fPath.Open();
} }