touch source to test new ebuild system

Change-Id: I48b3e1d6b6f139d422e6eac80d9774b488192838

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/3167030
This commit is contained in:
Hung-Te Lin
2010-08-20 17:20:41 +08:00
parent 0500524edd
commit 07c81177ef

View File

@@ -475,6 +475,7 @@ int main(int argc, char *argv[]) {
bool set_new_value(GoogleBinaryBlockUtil::PROPINDEX id, const string &v) { bool set_new_value(GoogleBinaryBlockUtil::PROPINDEX id, const string &v) {
if (find(id) != end()) if (find(id) != end())
return false; return false;
(*this)[id] = v; (*this)[id] = v;
return true; return true;
} }
@@ -645,4 +646,3 @@ int main(int argc, char *argv[]) {
} }
#endif // WITH_UTIL_MAIN #endif // WITH_UTIL_MAIN