fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -547,4 +547,4 @@ FontsWindow::EmptyFontList()
|
|||||||
}
|
}
|
||||||
fList->MakeEmpty();
|
fList->MakeEmpty();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,4 +80,3 @@ private:
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -69,4 +69,3 @@ private:
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -99,4 +99,4 @@ main()
|
|||||||
app.Run();
|
app.Run();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,4 +115,4 @@ BMPView::Draw(BRect area)
|
|||||||
*/
|
*/
|
||||||
char writtenby[] = "Written by the OBOS Translation Kit Team";
|
char writtenby[] = "Written by the OBOS Translation Kit Team";
|
||||||
DrawString(writtenby, BPoint(xbold, yplain * 7 + ybold));
|
DrawString(writtenby, BPoint(xbold, yplain * 7 + ybold));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,4 +43,4 @@ public:
|
|||||||
// Posts a quit message so that the application closes properly
|
// Posts a quit message so that the application closes properly
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -85,4 +85,4 @@ public:
|
|||||||
} data;
|
} data;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif _MIDI_EVENT_H_
|
#endif _MIDI_EVENT_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user